Public bug reported:

if image in region:
  # do something
  # is more intuitive than
  if region.find(image):
    pass

** 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/1087041

Title:
  Support "if image in region:" construct

Status in Sikuli:
  New

Bug description:
  if image in region:
    # do something
    # is more intuitive than
    if region.find(image):
      pass

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1087041/+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