xml.dom.Element.setAttributeNS()
  • References/Python/Python/Structured Markup

Element.setAttributeNS(namespaceURI, qname, value) Set an attribute value from a string, given a namespaceURI and a

2025-01-10 15:47:30
doctest.DebugRunner
  • References/Python/Python/Development Tools

class doctest.DebugRunner(checker=None, verbose=None, optionflags=0) A subclass of DocTestRunner that raises an

2025-01-10 15:47:30
datetime.datetime.now()
  • References/Python/Python/Data Types

classmethod datetime.now(tz=None) Return the current local date and time. If optional argument tz is None

2025-01-10 15:47:30
ipaddress.IPv6Network.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen

2025-01-10 15:47:30
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