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