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

Function func

tests/test_virtual_functions.py:453–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451
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
460 def func2():
461 class Test(m.test_override_cache_helper):

Callers 1

test_python_overrideFunction · 0.70

Calls 1

TestClass · 0.70

Tested by

no test coverage detected