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

Method run_bool

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

Source from the content-addressed store, hash-verified

21 return super().run(value + 1)
22
23 def run_bool(self):
24 print("ExtendedExampleVirt::run_bool()")
25 return False
26
27 def get_string1(self):
28 return "override1"

Callers 1

TEST_SUBMODULEFunction · 0.80

Calls 1

printFunction · 0.85

Tested by

no test coverage detected