asynqueue.va.VA(object) class documentation
Part of asynqueue.va
(View In Hierarchy)
I provide version-agnostic attributes and a py3 attribute that indicates if we're running under Python 3.
| Method | __init__ | Undocumented |
| Method | iteritems | Call this with your dict instead of calling iteritems on
the dict. |
| Method | keys | Call this with your dict to get a static list of keys instead of calling
keys on the dict. |