MCPcopy Create free account
hub / github.com/pybind/pybind11 / __init__

Method __init__

tests/test_multiple_inheritance.py:59–61  ·  view source on GitHub ↗
(self, i, j)

Source from the content-addressed store, hash-verified

57def test_multiple_inheritance_python():
58 class MI1(m.Base1, m.Base2):
59 def __init__(self, i, j):
60 m.Base1.__init__(self, i)
61 m.Base2.__init__(self, j)
62
63 class B1:
64 def v(self):

Callers 14

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__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