Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-24 09:32:22

0001 from pybind11_tests import union_ as m
0002 
0003 
0004 def test_union():
0005     instance = m.TestUnion()
0006 
0007     instance.as_uint = 10
0008     assert instance.as_int == 10