ftplib.FTP.close()
  • References/Python/Python/Internet

FTP.close() Close the connection unilaterally. This should not be applied to an already closed connection such as after a successful

2025-01-10 15:47:30
ftplib.error_reply
  • References/Python/Python/Internet

exception ftplib.error_reply Exception raised when an unexpected reply is received from the server.

2025-01-10 15:47:30
ipaddress.IPv4Network.supernet()
  • References/Python/Python/Internet

supernet(prefixlen_diff=1, new_prefix=None) The supernet containing this network definition, depending on the argument values

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

imaplib.Time2Internaldate(date_time) Convert date_time to an IMAP4 INTERNALDATE representation. The return

2025-01-10 15:47:30
poplib.POP3_SSL
  • References/Python/Python/Internet

class poplib.POP3_SSL(host, port=POP3_SSL_PORT, keyfile=None, certfile=None, timeout=None, context=None) This is a subclass

2025-01-10 15:47:30
wsgiref.simple_server.demo_app()
  • References/Python/Python/Internet

wsgiref.simple_server.demo_app(environ, start_response) This function is a small but complete WSGI application that returns

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler
  • References/Python/Python/Internet

class wsgiref.simple_server.WSGIRequestHandler(request, client_address, server) Create an HTTP handler for the given request

2025-01-10 15:47:30
smtpd.MailmanProxy
  • References/Python/Python/Internet

class smtpd.MailmanProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer

2025-01-10 15:47:30
http.cookiejar.LWPCookieJar
  • References/Python/Python/Internet

class http.cookiejar.LWPCookieJar(filename, delayload=None, policy=None) A FileCookieJar that can load from and

2025-01-10 15:47:30
ipaddress.IPv6Network.with_prefixlen
  • References/Python/Python/Internet

with_prefixlen

2025-01-10 15:47:30