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

Function create

tests/test_multiple_interpreters.py:36–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 from concurrent import interpreters
35
36 def create():
37 return contextlib.closing(interpreters.create())
38
39 def run_string(
40 interp: interpreters.Interpreter,

Callers 7

ReturnTesterClass · 0.85
runMethod · 0.85
createMethod · 0.85
scoped_subinterpreterMethod · 0.85

Calls 2

destroyMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected