Sign in
◑
Theme
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
d87cf0b873e42f0e541a4be9b29ea4b2681148ed
/
.
/
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"
)