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

Method v

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

Source from the content-addressed store, hash-verified

62
63 class B1:
64 def v(self):
65 return 1
66
67 class MI2(B1, m.Base1, m.Base2):
68 def __init__(self, i, j):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected