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

Class PythonDerived

06-VirtualFunctionsInPython/virtual.py:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

virtual.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected