socketserver.ForkingTCPServer
  • References/Python/Python/Internet

class socketserver.ForkingTCPServer class socketserver.ForkingUDPServer class socketserver.ThreadingTCPServer

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

IMAP4.search(charset, criterion[, ...]) Search mailbox for matching messages. charset may be None, in

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

class ftplib.FTP_TLS(host='', user='', passwd='', acct='', keyfile=None, certfile=None, context=None, timeout=None, source_address=None) A

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

peer Holds the name of the client peer as returned by conn.getpeername() where conn is conn

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

HTTPConnection.connect() Connect to the server specified when the object was created. By default, this is called automatically

2025-01-10 15:47:30
socketserver.ThreadingMixIn
  • References/Python/Python/Internet

class socketserver.ThreadingMixIn Forking and threading versions of each type of server can be created using these mix-in classes

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

FTP.pwd() Return the pathname of the current directory on the server.

2025-01-10 15:47:30
urllib.request.CacheFTPHandler.setTimeout()
  • References/Python/Python/Internet

CacheFTPHandler.setTimeout(t) Set timeout of connections to t seconds.

2025-01-10 15:47:30
urllib.request.AbstractDigestAuthHandler
  • References/Python/Python/Internet

class urllib.request.AbstractDigestAuthHandler(password_mgr=None) This is a mixin class that helps with HTTP authentication

2025-01-10 15:47:30
urllib.request.BaseHandler.unknown_open()
  • References/Python/Python/Internet

BaseHandler.unknown_open(req) This method is not defined in BaseHandler, but subclasses should define

2025-01-10 15:47:30