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

Method __init__

tests/test_factory_constructors.py:194–195  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

192
193 class MyTest(m.TestFactory6):
194 def __init__(self, *args):
195 m.TestFactory6.__init__(self, *args)
196
197 def get(self):
198 return -5 + m.TestFactory6.get(self)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected