Home
last modified time | relevance | path

Searched defs: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
760 default_port = SMTP_SSL_PORT variable in SMTP_SSL
Dhttplib.py675 default_port = HTTP_PORT variable in HTTPConnection
1140 default_port = HTTPS_PORT variable in HTTPSConnection
Durllib2.py769 def reduce_uri(self, uri, default_port=True): argument