Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsre_parse.py24 OCTDIGITS = set("01234567") variable
254 elif c in OCTDIGITS:
256 while source.next in OCTDIGITS and len(escape) < 4:
287 while source.next in OCTDIGITS and len(escape) < 4:
294 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and
295 source.next in OCTDIGITS):
784 if s.next in OCTDIGITS:
786 if s.next in OCTDIGITS:
793 if (c in OCTDIGITS and this[2] in OCTDIGITS and
794 s.next in OCTDIGITS):