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

Method foo

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

Source from the content-addressed store, hash-verified

21 self.i = i
22
23 def foo(self):
24 return self.i
25
26 class MITypePy(Base1, m.Base2):
27 def __init__(self, i, j):

Calls

no outgoing calls

Tested by

no test coverage detected