mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
6 lines
143 B
Python
6 lines
143 B
Python
|
from pybind11_tests import unnamed_namespace_b as m
|
||
|
|
||
|
|
||
|
def test_have_attr_any_struct():
|
||
|
assert hasattr(m, "unnamed_namespace_b_any_struct")
|