Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_robotparser.py17 site_maps = None variable in BaseRobotTest
43 self.assertEqual(self.parser.site_maps(), self.site_maps)
87 site_maps = ['http://www.gstatic.com/s2/sitemaps/profiles-sitemap.xml', variable in SitemapTest
/third_party/python/Doc/library/
Durllib.robotparser.rst79 .. method:: site_maps()
/third_party/python/Lib/urllib/
Drobotparser.py203 def site_maps(self): member in RobotFileParser
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst4770 :meth:`RobotFileParser.site_maps()
4771 <urllib.robotparser.RobotFileParser.site_maps>`. Patch by Lady Red, based on