Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:17:57

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