MCPcopy Index your code
hub / github.com/ryanmcgrath/twython / on_timeout

Method on_timeout

twython/streaming/api.py:196–198  ·  view source on GitHub ↗

Called when the request has timed out

(self)

Source from the content-addressed store, hash-verified

194 return
195
196 def on_timeout(self): # pragma: no cover
197 """ Called when the request has timed out """
198 return
199
200 def disconnect(self):
201 """Used to disconnect the streaming client manually"""

Callers 1

_sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected