Searched refs:handle_timeout (Results 1 – 12 of 12) sorted by relevance
273 self.handle_timeout()297 def handle_timeout(self): member in BaseServer549 def handle_timeout(self): member in ForkingMixIn
301 return self.handle_timeout()326 def handle_timeout(self): member in BaseServer587 def handle_timeout(self): member in ForkingMixIn
87 self.handle_timeout()
1981 static void handle_timeout(struct usbi_transfer *itransfer) in handle_timeout() function2033 handle_timeout(transfer); in handle_timeouts_locked()
196 seconds, :meth:`handle_timeout` will be called and :meth:`handle_request`277 timeout period, the :meth:`handle_timeout` method is called.308 .. method:: handle_timeout()
211 seconds, :meth:`handle_timeout` will be called and :meth:`handle_request`302 timeout period, the :meth:`handle_timeout` method is called.337 .. method:: handle_timeout()
17 * Fix race condition in handle_timeout()
2872 Add .timeout attribute to SocketServer that calls .handle_timeout() when no
2376 calling a :meth:`handle_timeout` method after a span of inactivity
1511 no request is received within that time, :meth:`~SocketServer.BaseServer.handle_timeout`
1526 no request is received within that time, :meth:`~SocketServer.BaseServer.handle_timeout`
2380 calling a :meth:`handle_timeout` method after a span of inactivity