DEBSOURCES
Skip Quicknav
sources / python-pegen / 0.3.0-1 / tests / demo.py
12345
def foo(): print(__file__ + ": parsed and executed.") foo()