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

Method __init__

tests/test_multiple_inheritance.py:187–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 m.BaseN16,
186 ):
187 def __init__(self):
188 m.BaseN9.__init__(self, 9)
189 m.BaseN10.__init__(self, 10)
190 m.BaseN11.__init__(self, 11)
191 m.BaseN12.__init__(self, 12)
192 m.BaseN13.__init__(self, 13)
193 m.BaseN14.__init__(self, 14)
194 m.BaseN15.__init__(self, 15)
195 m.BaseN16.__init__(self, 16)
196
197 class MIMany19(MIMany14, MIMany58, m.BaseN9):
198 def __init__(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected