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

FTP.ntransfercmd(cmd, rest=None) Like transfercmd(), but returns a tuple of the data connection and the expected

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

IMAP4.getquota(root) Get the quota root‘s resource usage and limits. This method is part of the IMAP4

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.set_url()
  • References/Python/Python/Internet

set_url(url) Sets the URL referring to a robots.txt file.

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

uuid.uuid3(namespace, name) Generate a UUID based on the MD5 hash of a namespace identifier (which is a UUID) and a name (which

2025-01-10 15:47:30
poplib.POP3.utf8()
  • References/Python/Python/Internet

POP3.utf8() Try to switch to UTF-8 mode. Returns the server response if successful, raises error_proto if not.

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

class urllib.request.HTTPDefaultErrorHandler A class which defines a default handler for HTTP error responses; all responses

2025-01-10 15:47:30
poplib.POP3.top()
  • References/Python/Python/Internet

POP3.top(which, howmuch) Retrieves the message header plus howmuch lines of the message after the header of message

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

IMAP4.namespace() Returns IMAP namespaces as defined in RFC2342.

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

IMAP4.xatom(name[, ...]) Allow simple extension commands notified by server in CAPABILITY response.

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

is_site_local These attribute is true for the network as a whole if it is true for both the network address and the broadcast

2025-01-10 15:47:30