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

Method v

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

Source from the content-addressed store, hash-verified

93
94 class B2(B1):
95 def v(self):
96 return 2
97
98 class B3:
99 def v(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected