Files
langkit/testsuite/tests/python_api/array-struct-array/main.py

7 lines
130 B
Python
Raw Normal View History

import libfoolang as lfl
ctx = lfl.AnalysisContext()
u = ctx.get_from_buffer("test", "example")
print(u.root.p_example_holders)