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

Method bar

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

Source from the content-addressed store, hash-verified

40 self.i = i
41
42 def bar(self):
43 return self.i
44
45 class MITypePy(m.Base1, Base2):
46 def __init__(self, i, j):

Calls

no outgoing calls

Tested by

no test coverage detected