Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class
Communicator(object):
23
def
__init__(self, write, writeSentinel, read, readSentinel):
Callers
15
Find_Chunks
Method · 0.45
__init__
Method · 0.45
visit_files
Function · 0.45
visit_dirs
Function · 0.45
__init__
Method · 0.45
recipe-578064.py
File · 0.45
find_replace
Function · 0.45
encode
Function · 0.45
decode
Function · 0.45
key_to_str
Function · 0.45
__repr__
Method · 0.45
ascii2wide
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected