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

Function test_callback_virtual_func

tests/test_gil_scoped.py:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def test_callback_virtual_func():
40 extended = ExtendedVirtClass()
41 m.test_callback_virtual_func(extended)
42
43
44def test_callback_pure_virtual_func():

Callers

nothing calls this directly

Calls 1

ExtendedVirtClassClass · 0.85

Tested by

no test coverage detected