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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsmtplib.py225 default_port = SMTP_PORT variable in class:SMTP
299 port = self.default_port
760 default_port = SMTP_SSL_PORT variable in class:SMTP.SMTP_SSL
H A 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):
784 if default_port and port is None and scheme is not None:
H A Dhttplib.py675 default_port = HTTP_PORT variable in class:HTTPConnection
721 port = self.default_port
899 if self.port == self.default_port:
1140 default_port = HTTPS_PORT variable in class:.HTTPSConnection

Completed in 54 milliseconds