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

Class Data

tests/test_virtual_functions.py:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 """#3357: Recursive dispatch fails to find python function override"""
269
270 class Data(m.Data):
271 def __init__(self, value):
272 super().__init__()
273 self.value = value
274
275 class Adder(m.Adder):
276 def __call__(self, first, second, visitor):

Callers 2

__call__Method · 0.70

Calls

no outgoing calls

Tested by 2

__call__Method · 0.56