Files
python-uncompyle6/test/simple-source/call_arguments/positional.py

6 lines
168 B
Python

# Tests custom added grammar rule:
# expr ::= expr {expr}^n CALL_FUNCTION_n
# which in the specifc case below is:
# expr ::= expr expr expr CALL_FUNCTION_2
a(b, c)