operator.pow()
  • References/Python/Python/Functional Programming

operator.pow(a, b) operator.__pow__(a, b) Return a ** b, for a and b numbers.

2025-01-10 15:47:30
xml.etree.ElementTree.XMLParser.doctype()
  • References/Python/Python/Structured Markup

doctype(name, pubid, system) Deprecated since version 3.2: Define

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

exception subprocess.SubprocessError Base class for all other exceptions from this module.

2025-01-10 15:47:30
xml.dom.InvalidAccessErr
  • References/Python/Python/Structured Markup

exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.

2025-01-10 15:47:30
selectors.SelectorKey
  • References/Python/Python/Inputouput

class selectors.SelectorKey A SelectorKey is a

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

copy() Return a shallow copy of the dictionary.

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

os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling

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

exception ProcessLookupError Raised when a given process doesn’t exist. Corresponds to errno ESRCH

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

curses.ascii.isdigit(c) Checks for an ASCII decimal digit, '0' through '9'. This is equivalent to

2025-01-10 15:47:30
dis.get_instructions()
  • References/Python/Python/Language

dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source

2025-01-10 15:47:30