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

Method foo

tests/test_class_sh_trampoline_unique_ptr.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class MyClass(m.Class):
7 def foo(self):
8 return 10 + self.get_val()
9
10 def clone(self):
11 cloned = MyClass()

Callers 1

test_m_cloneFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected