Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class
PythonDerivedOne(Base):
6
def
__init__(self):
7
Base.__init__(self,
"PythonDerivedOne"
)
8
9
class
PythonDerivedTwo(Base):
10
def
__init__(self):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected