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
sys.dllhandle
  • References/Python/Python/Runtime

sys.dllhandle Integer specifying the handle of the Python DLL. Availability: Windows.

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

inspect.iscoroutine(object) Return true if the object is a coroutine created by an async

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
gc.get_stats()
  • References/Python/Python/Runtime

gc.get_stats() Return a list of three per-generation dictionaries containing collection statistics since interpreter start.

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

inspect.getouterframes(frame, context=1) Get a list of frame records for a frame and all outer frames. These frames represent

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

inspect.isgetsetdescriptor(object) Return true if the object is a getset descriptor.

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

traceback.walk_stack(f) Walk a stack following f.f_back from the given frame, yielding the frame and line number

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

fpectl.turnon_sigfpe() Turn on the generation of SIGFPE, and set up an appropriate signal handler.

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