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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected