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

Class AR

tests/test_virtual_functions.py:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316def test_inherited_virtuals():
317 class AR(m.A_Repeat):
318 def unlucky_number(self):
319 return 99
320
321 class AT(m.A_Tpl):
322 def unlucky_number(self):

Callers 1

test_inherited_virtualsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inherited_virtualsFunction · 0.68