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

Class PythonDerivedTwo

13-AutoInstantiation/auto_instance.py:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 Base.__init__(self, "PythonDerivedOne")
8
9class PythonDerivedTwo(Base):
10 def __init__(self):
11 Base.__init__(self, "PythonDerivedTwo")
12
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected