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

Method foo

tests/test_class.py:388–389  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

386 m.ProtectedB.__init__(self)
387
388 def foo(self):
389 return 0
390
391 c = C()
392 assert c.foo() == 0

Callers 4

test_disown_base1_firstFunction · 0.45
test_disown_base2_firstFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected