Searched refs:getreply (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dftp.py58 code = getreply(f)
62 code = getreply(f)
98 code = getreply(f)
107 def getreply(f): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsmtplib.py30 >>> s.getreply()
303 (code, msg) = self.getreply()
329 def getreply(self): member in class:SMTP
376 return self.getreply()
385 (code, msg) = self.getreply()
396 (code, msg) = self.getreply()
447 return self.getreply()[1]
463 return self.getreply()
471 return self.getreply()
482 (code, repl) = self.getreply()
[all...]
H A Dhttplib.py1089 def getreply(self, buffering=False): member in class:HTTP
1348 status, reason, headers = h.getreply()
1365 h.getreply()
1382 status, reason, headers = hs.getreply()
H A Durllib.py343 errcode, errmsg, headers = h.getreply()
436 errcode, errmsg, headers = h.getreply()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
H A Dhandlers.py1053 h.getreply() #can't do anything with the result

Completed in 30 milliseconds