MCPcopy Create free account
hub / github.com/ActiveState/code / close

Method close

recipes/Python/578488_Threaded/recipe-578488.py:49–52  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

47 return deferredResult
48
49 def close(self, timeout=None):
50 self._shutdown()
51 self._writer.join(timeout)
52 self._reader.join(timeout)
53
54 def _notify(self, requestId, result):
55 self._in.pop(requestId).put(result)

Callers 15

__del__Method · 0.95
clean_upMethod · 0.45
recipe-578451.pyFile · 0.45
clean_upMethod · 0.45
do_editMethod · 0.45
do_outputMethod · 0.45
select_qryFunction · 0.45
show_qryFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
__call__Method · 0.45
_readMethod · 0.45

Calls 2

_shutdownMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected