Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
Dfindnocoding.py36 blank_re = re.compile(rb'^[ \t\f]*(?:[#\r\n]|$)') variable
63 blank_re.match(line1) and get_declaration(line2)):
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py228 blank_re = re.compile(br'^[ \t\f]*(?:[#\r\n]|$)', re.ASCII) variable
301 if not blank_re.match(first):
/third_party/python/Lib/
Dtokenize.py39 blank_re = re.compile(br'^[ \t\f]*(?:[#\r\n]|$)', re.ASCII) variable
376 if not blank_re.match(first):