Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
4dc4aca2e120180e6bb48c076986feff41b4f5fb
/
.
/
tests
/
test_unnamed_namespace_b.py
blob: 9e573282274faa709f89c6de9d3c5b2d3feefe08 [
file
] [
log
] [
blame
]
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"
)