Home
last modified time | relevance | path

Searched refs:RobotFileParser (Results 1 – 14 of 14) 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.py21 self.parser = robotparser.RobotFileParser()
199 parser = robotparser.RobotFileParser()
214 cls.parser = robotparser.RobotFileParser(cls.robots_txt)
236 parser = robotparser.RobotFileParser(self.url('i-robot.txt'))
/external/python/cpython3/Doc/library/
Durllib.robotparser.rst20 This module provides a single class, :class:`RobotFileParser`, which answers
26 .. class:: RobotFileParser(url='')
80 The following example demonstrates basic use of the :class:`RobotFileParser`
84 >>> rp = urllib.robotparser.RobotFileParser()
/external/python/cpython3/Lib/test/
Dtest_robotparser.py18 self.parser = urllib.robotparser.RobotFileParser()
310 parser = urllib.robotparser.RobotFileParser()
325 cls.parser = urllib.robotparser.RobotFileParser(cls.robots_txt)
349 parser = urllib.robotparser.RobotFileParser(self.url('i-robot.txt'))
/external/python/cpython2/Lib/
Drobotparser.py19 class RobotFileParser: class
/external/python/cpython3/Lib/urllib/
Drobotparser.py22 class RobotFileParser: class
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst309 :meth:`RobotFileParser.parse() <urllib.robotparser.RobotFileParser.parse>`
D3.6.0b2.rst493 RobotFileParser now correctly returns default values for crawl_delay and
D3.7.0a3.rst389 :meth:`RobotFileParser.parse() <urllib.robotparser.RobotFileParser.parse>`
D3.6.0a1.rst2726 RobotFileParser now supports Crawl-delay and Request-rate extensions. Patch
D3.7.0a1.rst4491 RobotFileParser now correctly returns default values for crawl_delay and
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py332 self.robots[root] = rp = robotparser.RobotFileParser()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1681 :class:`~urllib.robotparser.RobotFileParser` now supports the ``Crawl-delay`` and
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2167 When encountering a password-protected robots.txt file the RobotFileParser