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

Class PythFactory7

tests/test_factory_constructors.py:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 n_inst = ConstructorStats.detail_reg_inst()
235
236 class PythFactory7(TestFactory7):
237 def get(self):
238 return 100 + TestFactory7.get(self)
239
240 a1 = TestFactory7(1)
241 a2 = PythFactory7(2)

Callers 1

test_init_factory_dualFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_init_factory_dualFunction · 0.68