Searched refs:LPAR (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/ |
D | token.py | 13 LPAR = 7 variable 86 '(': LPAR,
|
/third_party/ltp/runtest/ |
D | s390x_tests | 1 # Those tests are designed to be executed in s390x environment (zVM or LPAR)
|
/third_party/python/Grammar/ |
D | Tokens | 9 LPAR '('
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | token.py | 16 LPAR = 7 variable
|
/third_party/python/Parser/ |
D | token.c | 84 case '(': return LPAR; in PyToken_OneChar()
|
/third_party/python/Include/ |
D | token.h | 20 #define LPAR 7 macro
|
/third_party/python/Doc/library/ |
D | tokenize.rst | 264 1,13-1,14: LPAR '(' 270 2,9-2,10: LPAR '(' 277 4,9-4,10: LPAR '('
|
D | token-list.inc | 16 .. data:: LPAR
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_metaclass.py | 188 node.insert_child(2, Leaf(token.LPAR, '('))
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | subtype_assigner.py | 379 token.LPAR, u'(', context=('', (first.get_lineno(), first.column - 1)))
|
/third_party/python/Lib/lib2to3/ |
D | fixer_util.py | 20 return Leaf(token.LPAR, "(")
|