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

Method say_something

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

Source from the content-addressed store, hash-verified

404
405 class DT(m.D_Tpl):
406 def say_something(self, times):
407 return "DT says:" + (" quack" * times)
408
409 def unlucky_number(self):
410 return 1234

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected