Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Drobotparser.rst23 This module provides a single class, :class:`RobotFileParser`, which answers
29 .. class:: RobotFileParser(url='')
69 The following example demonstrates basic use of the RobotFileParser class. ::
72 >>> rp = robotparser.RobotFileParser()
/external/python/cpython2/Lib/test/
Dtest_robotparser.py43 parser = robotparser.RobotFileParser()
270 parser = robotparser.RobotFileParser()
283 parser = robotparser.RobotFileParser(
/external/python/cpython2/Lib/
Drobotparser.py19 class RobotFileParser: class
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py332 self.robots[root] = rp = robotparser.RobotFileParser()
/external/python/cpython2/Misc/
DNEWS11145 RobotFileParser no longer prompts interactively for a username and