Public bug reported:

if you create a library of sikuli code in python and you call the 'type'
method, it will try to type on the screen and woln't give you the type
of the object.  As this is base python code, maybe you should rename the
type method?

from sikuli import *

x = 'asdf'
print type(x)

#should print out "str" not try to type on screen.

mac/mountain lion

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271783

Title:
  type namespace overridden in python

Status in Sikuli:
  New

Bug description:
  if you create a library of sikuli code in python and you call the
  'type' method, it will try to type on the screen and woln't give you
  the type of the object.  As this is base python code, maybe you should
  rename the type method?

  from sikuli import *

  x = 'asdf'
  print type(x)

  #should print out "str" not try to type on screen.

  mac/mountain lion

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271783/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to