← Back to team overview

sikuli-driver team mailing list archive

[Question #184485]: How escape sikuli type in order to have type python code

 

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

Hi, 

I'm facing a problem. I need to get name of list and I find a way. But it seems that Sikuli recognize type and then try to enter a value.
Is there a way to escape it please ??

the code:

mca = ["kk","jj"]
for key,value in globals().items():
	if type(toString(mca)) == list and value == ["kk","jj"]:
		print key

Thanks in advance for help.

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