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

Method f

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

Source from the content-addressed store, hash-verified

148 super().__init__()
149
150 def f(self):
151 print("In python B2.f()")
152
153 # No python subclass version
154 with capture:

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected