← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

 

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

RaiMan posted a new comment:
Since Python/Jython is an interpreting language, you can create strings
of valid code at runtime and

eval: let the python expression be evaluated and get the result

exec: just run the given string as python code in the current context
(global variables)

all the best

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