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

Class AT

tests/test_virtual_functions.py:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 return 99
320
321 class AT(m.A_Tpl):
322 def unlucky_number(self):
323 return 999
324
325 obj = AR()
326 assert obj.say_something(3) == "hihihi"

Callers 1

test_inherited_virtualsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inherited_virtualsFunction · 0.68