Home
last modified time | relevance | path

Searched refs:LPAR (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/
Dtoken.py13 LPAR = 7 variable
86 '(': LPAR,
/third_party/ltp/runtest/
Ds390x_tests1 # Those tests are designed to be executed in s390x environment (zVM or LPAR)
/third_party/python/Grammar/
DTokens9 LPAR '('
/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py16 LPAR = 7 variable
/third_party/python/Parser/
Dtoken.c84 case '(': return LPAR; in PyToken_OneChar()
/third_party/python/Include/
Dtoken.h20 #define LPAR 7 macro
/third_party/python/Doc/library/
Dtokenize.rst264 1,13-1,14: LPAR '('
270 2,9-2,10: LPAR '('
277 4,9-4,10: LPAR '('
Dtoken-list.inc16 .. data:: LPAR
/third_party/python/Lib/lib2to3/fixes/
Dfix_metaclass.py188 node.insert_child(2, Leaf(token.LPAR, '('))
/third_party/cef/tools/yapf/yapf/yapflib/
Dsubtype_assigner.py379 token.LPAR, u'(', context=('', (first.get_lineno(), first.column - 1)))
/third_party/python/Lib/lib2to3/
Dfixer_util.py20 return Leaf(token.LPAR, "(")