xml.parsers.expat.xmlparser.NotationDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) Called for notation declarations. notationName

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

rfile Contains an input stream, positioned at the start of the optional input data.

2025-01-10 15:47:30
mailbox.Message
  • References/Python/Python/Internet Data

class mailbox.Message(message=None) A subclass of the

2025-01-10 15:47:30
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
xml.dom.NodeList.length
  • References/Python/Python/Structured Markup

NodeList.length The number of nodes in the sequence.

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

calendar.isleap(year) Returns

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