Home | History | Annotate | Download | only in python2.7

Lines Matching refs:open

11 Handlers needed to open the requested URL.  For example, the
127 return _opener.open(url, data, timeout)
347 elif condition == "open":
386 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
629 return self.parent.open(new, timeout=req.timeout)
751 return self.parent.open(req, timeout=req.timeout)
885 return self.parent.open(req, timeout=req.timeout)
924 f = open("/dev/urandom")
981 resp = self.parent.open(req, timeout=req.timeout)
1315 return self.parent.open(req)
1354 return addinfourl(open(localfile, 'rb'), headers, origurl)