MCPcopy 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

lintFunction · 0.45
testsFunction · 0.45
tests_packagingFunction · 0.45
docsFunction · 0.45
buildFunction · 0.45
build_globalFunction · 0.45
mainFunction · 0.45
test_build_sdistFunction · 0.45
test_build_global_distFunction · 0.45
tests_build_wheelFunction · 0.45
tests_build_global_wheelFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected