MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / join

Method join

Lib/threading.py:911–965  ·  view source on GitHub ↗

Wait until the thread terminates. This blocks the calling thread until the thread whose join() method is called terminates -- either normally or through an unhandled exception or until the optional timeout occurs. When the timeout argument is present and not None, i

(self, timeout=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_communicateMethod · 0.95
CheckConCursorMethod · 0.95
CheckConCommitMethod · 0.95
CheckConRollbackMethod · 0.95
CheckConCloseMethod · 0.95
CheckCurImplicitBeginMethod · 0.95
CheckCurCloseMethod · 0.95
CheckCurExecuteMethod · 0.95
CheckCurIterNextMethod · 0.95
test04_lock_timeout2Method · 0.95
addDataToDBMethod · 0.95

Calls 5

_noteMethod · 0.80
is_setMethod · 0.45
acquireMethod · 0.45
waitMethod · 0.45
releaseMethod · 0.45

Tested by 5

test04_lock_timeout2Method · 0.76
addDataToDBMethod · 0.76
test_openMethod · 0.76
test_GetLastErrorMethod · 0.76