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

Function func

tests/test_with_catch/test_trampoline.py:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def func():
7 class Test(trampoline_module.test_override_cache_helper):
8 def func(self):
9 return 42
10
11 return Test()
12
13
14def func2():

Callers

nothing calls this directly

Calls 1

TestClass · 0.70

Tested by

no test coverage detected