MCPcopy Create free account
hub / github.com/pytorch/pytorch / join

Method join

test/test_autograd.py:11033–11037  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

11031 self.exception = e
11032
11033 def join(self, timeout=None):
11034 super().join(timeout)
11035 if self.exception:
11036 raise self.exception from self.exception
11037 return self.ret
11038
11039 threads = []
11040 for idx in range(num_threads):

Callers 15

check_decomposedMethod · 0.45
test_getitem_subprocMethod · 0.45
gen_fn_defMethod · 0.45
default_val_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected