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

Method func

tests/test_with_catch/test_trampoline.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected