Searched refs:default_port (Results 1 – 3 of 3) sorted by relevance
225 default_port = SMTP_PORT variable in SMTP299 port = self.default_port760 default_port = SMTP_SSL_PORT variable in SMTP_SSL
754 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): argument784 if default_port and port is None and scheme is not None:
675 default_port = HTTP_PORT variable in HTTPConnection721 port = self.default_port899 if self.port == self.default_port:1140 default_port = HTTPS_PORT variable in HTTPSConnection