Public Member Functions | |
def | __init__ |
def | __le__ |
def | __lt__ |
Public Attributes | |
callback | |
deadline | |
tiebreaker | |
Static Private Attributes | |
list | __slots__ = ['deadline', 'callback', 'tiebreaker'] |
def tornado.ioloop._Timeout.__init__ | ( | self, | |
deadline, | |||
callback, | |||
io_loop | |||
) |
def tornado.ioloop._Timeout.__le__ | ( | self, | |
other | |||
) |
def tornado.ioloop._Timeout.__lt__ | ( | self, | |
other | |||
) |
list tornado::ioloop._Timeout::__slots__ = ['deadline', 'callback', 'tiebreaker'] [static, private] |