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

Class Test

tests/test_virtual_functions.py:454–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

funcFunction · 0.70
func2Function · 0.70

Calls

no outgoing calls

Tested by 2

funcFunction · 0.56
func2Function · 0.56