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

Method __init__

13-AutoInstantiation/auto_instance.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected