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

Class PythonDerivedOne

13-AutoInstantiation/auto_instance.py:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3from myextension import Base
4
5class PythonDerivedOne(Base):
6 def __init__(self):
7 Base.__init__(self, "PythonDerivedOne")
8
9class PythonDerivedTwo(Base):
10 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected