Searched refs:not_test (Results 1 – 8 of 8) sorted by relevance
74 if (node.parent.type == syms.not_test and87 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
108 test = Node(syms.not_test, [Name("not"), test])
137 and_test: not_test ('and' not_test)*138 not_test: 'not' not_test | comparison
136 and_test: not_test ('and' not_test)*137 not_test: 'not' not_test | comparison
59 #define not_test 312 macro
80 not_test = 312 variable
1622 and_test: `not_test` | `and_test` "and" `not_test`1623 not_test: `comparison` | "not" `not_test`
2819 case not_test: in ast_for_expr()3083 not_test, in ast_for_call()