uuid.UUID.bytes_le
  • References/Python/Python/Internet

UUID.bytes_le The UUID as a 16-byte string (with time_low, time_mid, and time_hi_version in little-endian

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

FileCookieJar.load(filename=None, ignore_discard=False, ignore_expires=False) Load cookies from a file. Old

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

get_all(name) Return a list of all the values for the named header. The returned list will be

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

send_response_only(code, message=None) Sends the response header only, used for the purposes when 100 Continue

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

HTTPResponse.debuglevel A debugging hook. If debuglevel is greater than zero, messages will be printed to stdout

2025-01-10 15:47:30
http.client.HTTPConnection.send()
  • References/Python/Python/Internet

HTTPConnection.send(data) Send data to the server. This should be used directly only after the endheaders() method

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

CGIXMLRPCRequestHandler.register_instance(instance) Register an object which is used to expose method names which have not been

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

FileCookieJar.delayload If true, load cookies lazily from disk. This attribute should not be assigned to. This is only a hint

2025-01-10 15:47:30
ftplib.FTP_TLS.ccc()
  • References/Python/Python/Internet

FTP_TLS.ccc() Revert control channel back to plaintext. This can be useful to take advantage of firewalls that know how to handle

2025-01-10 15:47:30
ipaddress.IPv4Network.is_link_local
  • References/Python/Python/Internet

is_link_local These attributes are true for the network as a whole if they are true for both the network address and the broadcast

2025-01-10 15:47:30