MCPcopy Index your code
hub / github.com/FastMAS/KVCOMM / join

Method join

KVCOMM/tools/coding/executor_utils.py:27–31  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

25 self.exc = e
26
27 def join(self, timeout=None):
28 super(PropagatingThread, self).join(timeout)
29 if self.exc:
30 raise self.exc
31 return self.ret
32
33
34def function_with_timeout(func, args, timeout):

Callers 15

function_with_timeoutFunction · 0.95
execute_code_get_returnFunction · 0.80
executeMethod · 0.80
searchMethod · 0.80
searchMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
const.pyFile · 0.80
achatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected