Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py225 default_port = SMTP_PORT variable in SMTP
299 port = self.default_port
760 default_port = SMTP_SSL_PORT variable in SMTP_SSL
Durllib2.py754 for default_port in True, False:
756 [self.reduce_uri(u, default_port) for u in uri])
761 for default_port in True, False:
762 reduced_authuri = self.reduce_uri(authuri, default_port)
769 def reduce_uri(self, uri, default_port=True): argument
784 if default_port and port is None and scheme is not None:
Dhttplib.py675 default_port = HTTP_PORT variable in HTTPConnection
721 port = self.default_port
899 if self.port == self.default_port:
1140 default_port = HTTPS_PORT variable in HTTPSConnection