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.
def __init__(self):
Undocumented
def iteritems(self, dictionary):

Call this with your dict instead of calling iteritems on the dict.

def keys(self, dictionary):

Call this with your dict to get a static list of keys instead of calling keys on the dict.

API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.