1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- file_input
- stmt
- compound_stmt
- funcdef
- T_NAME: 'def'
- T_NAME: 'f'
- parameters
- T_LPAR: '('
- T_RPAR: ')'
- T_COLON: ':'
- suite
- T_NEWLINE: '\n'
- T_INDENT: ' '
- stmt
- simple_stmt
- small_stmt
- expr_stmt
- testlist
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_NAME: 'n'
- T_EQUAL: '='
- testlist
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_STRING: '"OK"'
- T_NEWLINE: '\n'
- stmt
- simple_stmt
- small_stmt
- print_stmt
- T_NAME: 'print'
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_NAME: 'n'
- T_NEWLINE: '\n'
- T_DEDENT: ''
- stmt
- simple_stmt
- small_stmt
- expr_stmt
- testlist
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_NAME: 'f'
- trailer
- T_LPAR: '('
- T_RPAR: ')'
- T_NEWLINE: '\n'
- T_ENDMARKER: ''
|