← Back to team overview

sikuli-driver team mailing list archive

[Question #273398]: Is these a way to obtain variable data types in IDE Sikuli

 

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

Sometimes I want to know the type of data in a variable, so as to make the appropriate response.
Is these a way to obtain variable data types in IDE Sikuli.

At present, I use this method, but cann't clearly know the specific data types of variables.

if isinstance(picList,list) == True:
    xxxxx


Need help.

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