← Back to team overview

sikuli-driver team mailing list archive

[Question #688886]: Defnition calling another Definition already declared.

 

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.