Files
langkit/testsuite/tests/python_api/array-struct-array/main.py
Pierre-Marie de Rodat 2b9b33d6a0 Remove __future__ imports and adjust stylechecks
TN: T511-017
2020-05-26 12:33:48 +02:00

7 lines
130 B
Python

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