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

Method get

tests/test_factory_constructors.py:197–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195 m.TestFactory6.__init__(self, *args)
196
197 def get(self):
198 return -5 + m.TestFactory6.get(self)
199
200 # Return Class by value, moved into new alias:
201 z = MyTest(tag.base, 123)

Callers 4

test_init_factory_aliasFunction · 0.95
test_init_factory_basicFunction · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected