Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __init__
Method
__init__
tests/test_virtual_functions.py:106–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
105
class
B(m.A):
106
def
__init__(self):
107
super().__init__()
108
109
def
f(self):
110
print(
"In python f()"
)
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected