email.charset.Charset.header_encode()
  • References/Python/Python/Internet Data

header_encode(string) Header-encode the string string. The type of encoding (base64

2025-01-10 15:47:30
subprocess.TimeoutExpired
  • References/Python/Python/Concurrent Execution

exception subprocess.TimeoutExpired Subclass of SubprocessError, raised when a timeout expires while waiting for

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

send_response(code, message=None) Adds a response header to the headers buffer and logs the accepted request. The HTTP response

2025-01-10 15:47:30
unittest.TestCase.run()
  • References/Python/Python/Development Tools

run(result=None) Run the test, collecting the result into the TestResult object passed as result. If result

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

handle_expect_100() When a HTTP/1.1 compliant server receives an Expect: 100-continue request header it responds

2025-01-10 15:47:30
xml.dom.DOMImplementation.createDocumentType()
  • References/Python/Python/Structured Markup

DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.DefaultHandlerExpand()
  • References/Python/Python/Structured Markup

xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of

2025-01-10 15:47:30
io.IOBase.writelines()
  • References/Python/Python/Operating System

writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided

2025-01-10 15:47:30
bytes.translate()
  • References/Python/Python/Built-in Types

bytes.translate(table[, delete]) bytearray.translate(table[, delete]) Return a copy of the bytes or bytearray object

2025-01-10 15:47:30
pathlib.PurePath.as_uri()
  • References/Python/Python/File & Directory Access

PurePath.as_uri() Represent the path as a file URI.

2025-01-10 15:47:30