sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02522
[Bug 529050] Re: [request] Class VDict needs basic iterator funtionality
** Changed in: sikuli
Milestone: None => x1.0-rc3
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/529050
Title:
[request] Class VDict needs basic iterator funtionality
Status in Sikuli:
New
Bug description:
not really a bug --- should be evaluated with renewal of api
noted here, because my question expired:
https://answers.launchpad.net/sikuli/+question/99867
In the doc it reads: The syntax of the visual dictionary data type is
modeled after that of the built-in Python dictionary data type.
it should be possible to say, what currently is not:
for (k,v) in vd.items(): # were vd is a VDict()
and some of the other basics:
http://docs.python.org/library/stdtypes.html#mapping-types-dict