sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12375
[Question #205118]: How to call a function with in function
New question #205118 on Sikuli:
https://answers.launchpad.net/sikuli/+question/205118
I have created and defined a class along with few functions with in the class. And now i want to call a different function from the present function in the same class.. i.e
class example()
def A():
....
....
def B()
.....
.....
#Now i want to call previously defined A(), here.. so hw can i do that..
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.