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

Method v

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

Source from the content-addressed store, hash-verified

97
98 class B3:
99 def v(self):
100 return 3
101
102 class B4(B3, B2):
103 def v(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected