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

Function test_unusual_op_ref

tests/test_class_sh_basic.py:245–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243
244
245def test_unusual_op_ref():
246 # Merely to test that this still exists and built successfully.
247 assert m.CallCastUnusualOpRefConstRef().__class__.__name__ == "LocalUnusualOpRef"
248 assert m.CallCastUnusualOpRefMovable().__class__.__name__ == "LocalUnusualOpRef"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected