← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #239574]: Sikuli type() vs python\jython type() commands

 

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

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hi.
Of course, you can.
Try this :

import __builtin__ as __builtin__
print __builtin__.type(12)
print __builtin__.type('abc')

Regards.

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