Searched defs:default_port (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | ||
D | smtplib.py | 225 default_port = SMTP_PORT variable in SMTP |
D | httplib.py | 675 default_port = HTTP_PORT variable in HTTPConnection |
D | urllib2.py | 769 def reduce_uri(self, uri, default_port=True): argument |