New question #688886 on Sikuli:
https://answers.launchpad.net/sikuli/+question/688886

Hello.

I'm tryng to call one definition already defined, inside another definition.

CODE:

def teste1(event):
     popup("teste 1")

def teste2(event):
     popup("teste 2")

def teste3(event):
     popup("teste 3")

def all(event):
    teste1()
    teste2()
    teste3()

all()



-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to