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

Method get_string1

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

Source from the content-addressed store, hash-verified

25 return False
26
27 def get_string1(self):
28 return "override1"
29
30 def pure_virtual(self):
31 print(f"ExtendedExampleVirt::pure_virtual(): {self.data}")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected