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

Class Python

tests/test_class.py:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232def test_inheritance_init(msg):
233 # Single base
234 class Python(m.Pet):
235 def __init__(self):
236 pass
237
238 with pytest.raises(TypeError) as exc_info:
239 Python()

Callers 1

test_inheritance_initFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inheritance_initFunction · 0.68