Home | History | Annotate | Download | only in python2.7

Lines Matching refs:pat

2164         pat = re.compile('^[1-9][0-9]*$')
2167 # list = map(long, filter(pat.match, os.listdir(self.dirname)))
2169 list = filter(pat.match, list)