Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
a6581eee89bcff3eb9e2e1d25d47da827a58aa81
/
.
/
tests
/
test_unnamed_namespace_b.py
blob: 9e573282274faa709f89c6de9d3c5b2d3feefe08 [
file
]
from
__future__
import
annotations
from
pybind11_tests
import
unnamed_namespace_b
as
m
def
test_have_attr_any_struct
():
assert
hasattr
(
m
,
"unnamed_namespace_b_any_struct"
)