sysconfig.get_scheme_names()
  • References/Python/Python/Runtime

sysconfig.get_scheme_names() Return a tuple containing all schemes currently supported in sysconfig.

2025-01-10 15:47:30
sys.
  • References/Python/Python/Runtime

sys.__stdin__ sys.__stdout__ sys.__stderr__ These objects contain the

2025-01-10 15:47:30
inspect.ismodule()
  • References/Python/Python/Runtime

inspect.ismodule(object) Return true if the object is a module.

2025-01-10 15:47:30
traceback.print_tb()
  • References/Python/Python/Runtime

traceback.print_tb(tb, limit=None, file=None) Print up to limit stack trace entries from traceback object tb

2025-01-10 15:47:30
inspect.BoundArguments
  • References/Python/Python/Runtime

class inspect.BoundArguments Result of a Signature.bind() or Signature.bind_partial() call. Holds

2025-01-10 15:47:30
gc.get_referents()
  • References/Python/Python/Runtime

gc.get_referents(*objs) Return a list of objects directly referred to by any of the arguments. The referents returned are those

2025-01-10 15:47:30
sys.getallocatedblocks()
  • References/Python/Python/Runtime

sys.getallocatedblocks() Return the number of memory blocks currently allocated by the interpreter, regardless of their size

2025-01-10 15:47:30
abc.ABCMeta
  • References/Python/Python/Runtime

class abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). Use this metaclass to

2025-01-10 15:47:30
fpectl.FloatingPointError
  • References/Python/Python/Runtime

exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises

2025-01-10 15:47:30
sys.getcheckinterval()
  • References/Python/Python/Runtime

sys.getcheckinterval() Return the interpreter’s “check interval”; see setcheckinterval().

2025-01-10 15:47:30