Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_robotparser.py23 self.assertTrue(self.parser.can_fetch(agent, url))
25 self.assertFalse(self.parser.can_fetch(agent, url))
243 self.assertEqual(parser.can_fetch("*", url+"/robots.txt"), False)
252 parser.can_fetch("*", "http://www.python.org/robots.txt"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drobotparser.py128 def can_fetch(self, useragent, url): member in RobotFileParser
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py483 return self.robots[root].can_fetch(AGENTNAME, url)