Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drobotparser.py175 if entry.applies_to(useragent):
187 if entry.applies_to(useragent):
197 if entry.applies_to(useragent):
226 def applies_to(self, filename): member in RuleLine
253 def applies_to(self, useragent): member in Entry
271 if line.applies_to(filename):