Home
last modified time | relevance | path

Searched refs:set_url (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Doc/library/
Drobotparser.rst35 .. method:: set_url(url)
73 >>> rp.set_url("http://www.musi-cal.com/robots.txt")
/external/python/cpython2/Lib/
Drobotparser.py30 self.set_url(url)
50 def set_url(self, url): member in RobotFileParser
/external/python/cpython3/Doc/library/
Durllib.robotparser.rst31 .. method:: set_url(url)
85 >>> rp.set_url("http://www.musi-cal.com/robots.txt")
/external/python/cpython3/Lib/urllib/
Drobotparser.py33 self.set_url(url)
53 def set_url(self, url): member in RobotFileParser
/external/curl/tests/libtest/
Dlib1560.c563 static int set_url(void) in set_url() function
799 if(set_url()) in test()
/external/python/cpython2/Lib/test/
Dtest_robotparser.py200 parser.set_url(url)
/external/python/cpython3/Lib/test/
Dtest_robotparser.py311 parser.set_url(url)
/external/webrtc/webrtc/base/
Dhttpcommon.h223 void set_url(const string& val) { in set_url() function
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py335 rp.set_url(url)