Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
e248869893163b95cffb4a63e899e5d933f3ef20
/
.
/
tests
/
test_union.py
blob: e1866e701dec2085f9b38b862fc197b008ea9096 [
file
] [
log
] [
blame
]
Roland Dreier
1aa8dd1
2019-06-11 13:25:12 -0700
[
diff
] [
blame
]
1
from
pybind11_tests
import
union_
as
m
2
3
4
def
test_union
():
5
instance
=
m
.
TestUnion
()
6
7
instance
.
as_uint
=
10
8
assert
instance
.
as_int
==
10