Home
last modified time | relevance | path

Searched refs:RSQB (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Lib/
Dtoken.py16 RSQB = 10 variable
120 ']': RSQB,
/external/python/cpython3/Grammar/
DTokens12 RSQB ']'
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py19 RSQB = 10 variable
/external/python/cpython2/Include/
Dtoken.h22 #define RSQB 10 macro
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py19 RSQB = 10 variable
/external/python/cpython3/Parser/
Dtoken.c99 case ']': return RSQB; in PyToken_OneChar()
/external/python/cpython3/Include/
Dtoken.h23 #define RSQB 10 macro
/external/python/cpython2/Lib/
Dtoken.py21 RSQB = 10 variable
/external/python/cpython2/Doc/library/
Dtoken.rst56 RSQB
/external/python/cpython3/Doc/library/
Dtoken-list.inc28 .. data:: RSQB
/external/python/cpython2/Parser/
Dpgen.c276 REQ(n, RSQB); in compile_item()
Dtokenizer.c1050 case ']': return RSQB; in PyToken_OneChar()
/external/python/cpython2/Lib/compiler/
Dtransformer.py747 if nodelist[1][0] == token.RSQB:
1035 if node[0] == token.RSQB:
/external/python/cpython2/Modules/
Dparsermodule.c2542 res = validate_ntype(CHILD(tree, 1), RSQB); in validate_atom()
2545 && validate_ntype(CHILD(tree, 2), RSQB)); in validate_atom()
2933 && validate_ntype(CHILD(tree, 2), RSQB)); in validate_trailer()
/external/python/cpython2/Python/
Dast.c1425 if (TYPE(ch) == RSQB) in ast_for_atom()
1674 REQ(CHILD(n, 2), RSQB); in ast_for_trailer()