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

Function test_union

tests/test_union.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_union():
7 instance = m.TestUnion()
8
9 instance.as_uint = 10
10 assert instance.as_int == 10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected