MCPcopy Create free account
hub / github.com/pybind/pybind11 / join

Method join

tests/test_thread.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.e = e
24
25 def join(self):
26 super().join()
27 if self.e:
28 raise self.e
29
30
31@pytest.mark.skipif(sys.platform.startswith("emscripten"), reason="Requires threads")

Callers 15

_run_in_threadsFunction · 0.95
cxx_stdMethod · 0.45
intree_extensionsFunction · 0.45
print_includesFunction · 0.45
get_includeFunction · 0.45
get_cmake_dirFunction · 0.45
get_pkgconfig_dirFunction · 0.45
test_implicit_conversionFunction · 0.45
test_gil_from_threadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected