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

Method join

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

Source from the content-addressed store, hash-verified

17 put(putSentinel)
18
19 def join(self, timeout=None):
20 self._thread.join(timeout)
21
22class Communicator(object):
23 def __init__(self, write, writeSentinel, read, readSentinel):

Callers 15

Find_ChunksMethod · 0.45
__init__Method · 0.45
visit_filesFunction · 0.45
visit_dirsFunction · 0.45
__init__Method · 0.45
recipe-578064.pyFile · 0.45
find_replaceFunction · 0.45
encodeFunction · 0.45
decodeFunction · 0.45
key_to_strFunction · 0.45
__repr__Method · 0.45
ascii2wideFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected