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

Method say_something

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

Source from the content-addressed store, hash-verified

420
421 class DT2(DT):
422 def say_something(self, times):
423 return "DT2: " + ("QUACK" * times)
424
425 def unlucky_number(self):
426 return -3

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected