Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_threads
Function · 0.95
test_async_async_callbacks
Function · 0.95
cxx_std
Method · 0.45
intree_extensions
Function · 0.45
print_includes
Function · 0.45
get_include
Function · 0.45
get_cmake_dir
Function · 0.45
get_pkgconfig_dir
Function · 0.45
test_implicit_conversion
Function · 0.45
test_implicit_conversion_no_gil
Function · 0.45
test_bind_shared_instance
Function · 0.45
test_gil_from_thread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected