Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ run
Method
run
tests/test_thread.py:18–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
self.e = None
17
18
def
run(self):
19
try
:
20
for
i in range(10):
21
self.fn(i, i)
22
except
Exception
as
e:
23
self.e = e
24
25
def
join(self):
26
super().join()
Callers
12
lint
Function · 0.45
tests
Function · 0.45
tests_packaging
Function · 0.45
docs
Function · 0.45
build
Function · 0.45
build_global
Function · 0.45
main
Function · 0.45
test_build_sdist
Function · 0.45
test_build_global_dist
Function · 0.45
tests_build_wheel
Function · 0.45
tests_build_global_wheel
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected