class documentation

class _Request(object):

View In Hierarchy

Request status structure.

Method __init__ Undocumented
Instance Variable args any extra arguments for the callback
Instance Variable expiry the expiry timestamp of the request
Instance Variable rcvd the set of peers who replied
Instance Variable request the request data
Instance Variable sent the set of contacted peers
def __init__(self, request, args, expiry, sent):

Undocumented

args =

any extra arguments for the callback

expiry =

the expiry timestamp of the request

rcvd: set =

the set of peers who replied

request =

the request data

sent =

the set of contacted peers