abc.abstractstaticmethod()
  • References/Python/Python/Runtime

@abc.abstractstaticmethod A subclass of the built-in

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

inspect.getclasstree(classes, unique=False) Arrange the given list of classes into a hierarchy of nested lists. Where a nested

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

inspect.getargvalues(frame) Get information about arguments passed into a particular frame. A named

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

inspect.getcallargs(func, *args, **kwds) Bind the args and kwds to the argument names of the Python function

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

classmethod from_exception(exc, *, limit=None, lookup_lines=True, capture_locals=False) Capture an exception for later rendering

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

sys.copyright A string containing the copyright pertaining to the Python interpreter.

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

sys.displayhook(value) If value is not None, this function prints repr(value) to sys

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

sys.int_info A struct sequence that holds information about Python’s internal representation

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

inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible

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

signature A reference to the parent Signature object.

2025-01-10 15:47:30