xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_title()
  • References/Python/Python/Internet

DocCGIXMLRPCRequestHandler.set_server_title(server_title) Set the title used in the generated HTML documentation. This title

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

Telnet.read_until(expected, timeout=None) Read until a given byte string, expected, is encountered or until timeout

2025-01-10 15:47:30
wsgiref.util.shift_path_info()
  • References/Python/Python/Internet

wsgiref.util.shift_path_info(environ) Shift a single name from PATH_INFO to SCRIPT_NAME and return

2025-01-10 15:47:30
uuid.UUID.bytes
  • References/Python/Python/Internet

UUID.bytes The UUID as a 16-byte string (containing the six integer fields in big-endian byte order).

2025-01-10 15:47:30
smtplib.SMTP_SSL
  • References/Python/Python/Internet

class smtplib.SMTP_SSL(host='', port=0, local_hostname=None, keyfile=None, certfile=None, [timeout, ]context=None, source_address=None) An

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.send_header()
  • References/Python/Python/Internet

send_header(keyword, value) Adds the HTTP header to an internal buffer which will be written to the output stream when either

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

extensions_map A dictionary mapping suffixes into MIME types. The default is signified by an empty string, and is considered

2025-01-10 15:47:30
wsgiref.headers.Headers
  • References/Python/Python/Internet

class wsgiref.headers.Headers([headers]) Create a mapping-like object wrapping headers, which must be a list of header

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

HTTPPasswordMgrWithPriorAuth.add_password(realm, uri, user, passwd, is_authenticated=False) realm, uri, user

2025-01-10 15:47:30
uuid.UUID.urn
  • References/Python/Python/Internet

UUID.urn The UUID as a URN as specified in RFC 4122.

2025-01-10 15:47:30