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

Method f

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

Source from the content-addressed store, hash-verified

107 super().__init__()
108
109 def f(self):
110 print("In python f()")
111
112 # C++ version
113 with capture:

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls 1

printFunction · 0.85

Tested by

no test coverage detected