nntplib.NNTP.newgroups()
  • References/Python/Python/Internet

NNTP.newgroups(date, *, file=None) Send a NEWGROUPS command. The date argument should be a

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

class urllib.request.OpenerDirector The OpenerDirector class opens URLs via BaseHandlers chained together

2025-01-10 15:47:30
urllib.parse.urllib.parse.SplitResult.geturl()
  • References/Python/Python/Internet

urllib.parse.SplitResult.geturl() Return the re-combined version of the original URL as a string. This may differ from the original

2025-01-10 15:47:30
xmlrpc.server.DocXMLRPCServer.set_server_title()
  • References/Python/Python/Internet

DocXMLRPCServer.set_server_title(server_title) Set the title used in the generated HTML documentation. This title will be used

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

IMAP4.utf8_enabled Boolean value that is normally False, but is set to True if an enable()

2025-01-10 15:47:30
http.cookiejar.Cookie.get_nonstandard_attr()
  • References/Python/Python/Internet

Cookie.get_nonstandard_attr(name, default=None) If cookie has the named cookie-attribute, return its value. Otherwise, return

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

DataHandler.data_open(req) Read a data URL. This kind of URL contains the content encoded in the URL itself. The data URL syntax

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

IMAP4.readline() Reads one line from the remote server. You may override this method.

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

compressed

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

version The appropriate version number: 4 for IPv4, 6 for IPv6.

2025-01-10 15:47:30