1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-28 21:07:15 +00:00
Files
YosysHQ.nextpnr/3rdparty/pybind11/tests/test_unnamed_namespace_b.py
2025-01-22 21:48:55 +00:00

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")