Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __init__
Method
__init__
tests/test_class.py:385–386 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
383
384
class
C(m.ProtectedB):
385
def
__init__(self):
386
m.ProtectedB.__init__(self)
387
388
def
foo(self):
389
return
0
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected