Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dftplib.py812 _150_re = None variable
821 global _150_re
822 if _150_re is None:
824 _150_re = re.compile(
826 m = _150_re.match(resp)