wsgiref.util.FileWrapper
  • References/Python/Python/Internet

class wsgiref.util.FileWrapper(filelike, blksize=8192) A wrapper to convert a file-like object to an

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

NNTP.getwelcome() Return the welcome message sent by the server in reply to the initial connection. (This message sometimes

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

with_hostmask Refer to the corresponding attribute documentation in IPv4Interface.

2025-01-10 15:47:30
ipaddress.IPv6Address.exploded
  • References/Python/Python/Internet

exploded

2025-01-10 15:47:30
socketserver.BaseServer.verify_request()
  • References/Python/Python/Internet

verify_request(request, client_address) Must return a Boolean value; if the value is

2025-01-10 15:47:30
xmlrpc.client.MultiCall
  • References/Python/Python/Internet

class xmlrpc.client.MultiCall(server) Create an object used to boxcar method calls. server is the eventual target of

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

urllib.parse.urlencode(query, doseq=False, safe='', encoding=None, errors=None, quote_via=quote_plus) Convert a mapping object

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

Cookie.domain_initial_dot True if the domain explicitly specified by the server began with a dot ('.')

2025-01-10 15:47:30
telnetlib.Telnet.expect()
  • References/Python/Python/Internet

Telnet.expect(list, timeout=None) Read until one from a list of a regular expressions matches. The

2025-01-10 15:47:30
http.server.SimpleHTTPRequestHandler.server_version
  • References/Python/Python/Internet

server_version This will be "SimpleHTTP/" + __version__, where __version__ is defined at the module

2025-01-10 15:47:30