wsgiref.handlers.BaseCGIHandler
  • References/Python/Python/Internet

class wsgiref.handlers.BaseCGIHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to CGIHandler

2025-01-10 15:47:30
imaplib.IMAP4.error
  • References/Python/Python/Internet

exception IMAP4.error Exception raised on any errors. The reason for the exception is passed to the constructor as a string

2025-01-10 15:47:30
http.client.InvalidURL
  • References/Python/Python/Internet

exception http.client.InvalidURL A subclass of HTTPException, raised if a port is given and is either non-numeric

2025-01-10 15:47:30
http.client.HTTPConnection.set_tunnel()
  • References/Python/Python/Internet

HTTPConnection.set_tunnel(host, port=None, headers=None) Set the host and the port for HTTP Connect Tunnelling. This allows

2025-01-10 15:47:30
imaplib.IMAP4.check()
  • References/Python/Python/Internet

IMAP4.check() Checkpoint mailbox on server.

2025-01-10 15:47:30
imaplib.IMAP4.select()
  • References/Python/Python/Internet

IMAP4.select(mailbox='INBOX', readonly=False) Select a mailbox. Returned data is the count of messages in mailbox

2025-01-10 15:47:30
ftplib.FTP_TLS.prot_p()
  • References/Python/Python/Internet

FTP_TLS.prot_p() Set up secure data connection.

2025-01-10 15:47:30
ipaddress.IPv4Address.is_private
  • References/Python/Python/Internet

is_private True if the address is allocated for private networks. See

2025-01-10 15:47:30
smtplib.SMTPServerDisconnected
  • References/Python/Python/Internet

exception smtplib.SMTPServerDisconnected This exception is raised when the server unexpectedly disconnects, or when an attempt

2025-01-10 15:47:30
ipaddress.IPv6Interface.ip
  • References/Python/Python/Internet

ip

2025-01-10 15:47:30