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

Method __init__

tests/test_multiple_inheritance.py:39–40  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

37def test_multiple_inheritance_mix2():
38 class Base2:
39 def __init__(self, i):
40 self.i = i
41
42 def bar(self):
43 return self.i

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected