wsgiref.handlers.BaseHandler.run()
  • References/Python/Python/Internet

run(app) Run the specified WSGI application, app.

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

with_prefixlen A string representation of the interface with the mask in prefix notation.

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

with_netmask

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

class socketserver.ThreadingTCPServer class socketserver.ThreadingUDPServer These classes are pre-defined using

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.sort()
  • References/Python/Python/Internet

IMAP4.sort(sort_criteria, charset, search_criterion[, ...]) The sort command is a variant of search

2025-01-10 15:47:30
nntplib.NNTP.body()
  • References/Python/Python/Internet

NNTP.body(message_spec=None, *, file=None) Same as article(), but sends a BODY command. The lines

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
http.client.CannotSendRequest
  • References/Python/Python/Internet

exception http.client.CannotSendRequest A subclass of ImproperConnectionState.

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

exception http.client.UnknownTransferEncoding A subclass of HTTPException.

2025-01-10 15:47:30