← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #205118]: How to call a function with in function

 

Question #205118 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/205118

    Status: Open => Answered

sriganesh proposed the following answer:
Hi, you can call the function A() in function B() like the below example

class example() 
def A():
      ________
      ________
      ________

#Another function
def B():
      ________
      ________
      A()

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.