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
filecmp.dircmp.subdirs
  • References/Python/Python/File & Directory Access

subdirs A dictionary mapping names in common_dirs to dircmp objects.

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
wave.Wave_read.getparams()
  • References/Python/Python/Multimedia

Wave_read.getparams() Returns a

2025-01-10 15:47:30
hmac.new()
  • References/Python/Python/Cryptography

hmac.new(key, msg=None, digestmod=None) Return a new hmac object. key is a bytes or bytearray object giving the secret

2025-01-10 15:47:30
hashlib.algorithms_guaranteed
  • References/Python/Python/Cryptography

hashlib.algorithms_guaranteed A set containing the names of the hash algorithms guaranteed to be supported by this module on

2025-01-10 15:47:30