|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |