Searched defs:not_test (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h54 #define not_test 307 macro
/external/python/cpython2/Lib/
H A Dsymbol.py64 not_test = 307 variable
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py614 # not_test ('and' not_test)*
617 def not_test(self, nodelist): member in class:Transformer
618 # 'not' not_test | comparison
1432 symbol.not_test,
1486 symbol.not_test,
1509 symbol.not_test,
/external/python/cpython2/Modules/
H A Dparsermodule.c959 VALIDATER(not_test); VALIDATER(comparison); variable
2242 int res = validate_ntype(tree, not_test) && ((nch == 1) || (nch == 2));
3245 case not_test:

Completed in 197 milliseconds