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

Method say_something

tests/test_virtual_functions.py:429–430  ·  view source on GitHub ↗
(self, times)

Source from the content-addressed store, hash-verified

427
428 class BT(m.B_Tpl):
429 def say_something(self, times):
430 return "BT" * times
431
432 def unlucky_number(self):
433 return -7

Callers 1

test_inherited_virtualsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected