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

Method func

tests/test_virtual_functions.py:455–456  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 def func():
454 class Test(m.test_override_cache_helper):
455 def func(self):
456 return 42
457
458 return Test()
459

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected