Home
last modified time | relevance | path

Searched refs:inner_op (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_re.py1210 inner_op = inner_reps + inner_mod
1211 self.checkPatternError(r'x%s%s' % (inner_op, outer_op),
1212 'multiple repeat', 1 + len(inner_op))
1781 for inner_op in ('{0,}', '*', '?'):
1782 r = re.compile("^((x|y)%s)%s" % (inner_op, outer_op))
/external/python/cpython2/Lib/test/
Dtest_re.py1108 for inner_op in ('{0,}', '*', '?'):
1109 r = re.compile("^((x|y)%s)%s" % (inner_op, outer_op))
/external/python/cpython3/Python/
Dcompile.c3314 int single_op, int inner_op, int outer_op) in starunpack_helper() argument
3322 ADDOP_I(c, inner_op, nseen); in starunpack_helper()
3336 ADDOP_I(c, inner_op, nseen); in starunpack_helper()