Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
H A 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/
H A 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/
H A Dtokenize.py39 blank_re = re.compile(br'^[ \t\f]*(?:[#\r\n]|$)', re.ASCII) variable
378 if not blank_re.match(first):

Completed in 2 milliseconds