html.parser.HTMLParser.handle_charref()
  • References/Python/Python/Structured Markup

HTMLParser.handle_charref(name) This method is called to process decimal and hexadecimal numeric character references of the

2025-01-10 15:47:30
decimal.Underflow
  • References/Python/Python/Numeric & Mathematical

class decimal.Underflow Numerical underflow with result rounded to zero. Occurs when a subnormal

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
inspect.Parameter.name
  • References/Python/Python/Runtime

name The name of the parameter as a string. The name must be a valid Python identifier.

2025-01-10 15:47:30
MemoryError
  • References/Python/Python/Built-in Exceptions

exception MemoryError Raised when an operation runs out of memory but the situation may still be rescued (by deleting some objects)

2025-01-10 15:47:30
curses.getsyx()
  • References/Python/Python/Operating System

curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1

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

docstring The string that the test was extracted from, or ‘None’ if the string is unavailable, or if the test was not extracted

2025-01-10 15:47:30
os.readlink()
  • References/Python/Python/Operating System

os.readlink(path, *, dir_fd=None) Return a string representing the path to which the symbolic link points. The result may be

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
os.setxattr()
  • References/Python/Python/Operating System

os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute

2025-01-10 15:47:30