Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_re.py1207 outer_op = outer_reps + outer_mod
1211 self.checkPatternError(r'x%s%s' % (inner_op, outer_op),
1780 for outer_op in ('{0,}', '*', '+', '{1,187}'):
1782 r = re.compile("^((x|y)%s)%s" % (inner_op, outer_op))
/external/python/cpython2/Lib/test/
Dtest_re.py1107 for outer_op in ('{0,}', '*', '+', '{1,187}'):
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
3339 ADDOP_I(c, outer_op, nsubitems); in starunpack_helper()