Searched refs:site_maps (Results 1 – 4 of 4) sorted by relevance
17 site_maps = None variable in BaseRobotTest43 self.assertEqual(self.parser.site_maps(), self.site_maps)87 site_maps = ['http://www.gstatic.com/s2/sitemaps/profiles-sitemap.xml', variable in SitemapTest
79 .. method:: site_maps()
203 def site_maps(self): member in RobotFileParser
4770 :meth:`RobotFileParser.site_maps()4771 <urllib.robotparser.RobotFileParser.site_maps>`. Patch by Lady Red, based on