Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/python/externals/pybind11-2.10.3/tests/test_union.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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