Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/test_kwnames.txt

6 lines
79 B
Plaintext
Raw Permalink Normal View History

def foo ( x ) : <EOL>
<INDENT>
print ( x ) <EOL>
<OUTDENT>
foo ( x = 1 ) <EOL>