MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / name

Method name

06-VirtualFunctionsInPython/virtual.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class PythonDerived(Base):
6 def name(self):
7 return "PythonDerived"
8
9b = Base()
10identify(b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected