inspect.getargspec()
  • References/Python/Python/Runtime

inspect.getargspec(func) Get the names and default values of a Python function’s arguments. A named

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

gc.get_count() Return the current collection counts as a tuple of (count0, count1, count2).

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

sys.intern(string) Enter string in the table of “interned” strings and return the interned string – which is string

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

sys.tracebacklimit When this variable is set to an integer value, it determines the maximum number of levels of traceback information

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

sys.getdlopenflags() Return the current value of the flags that are used for dlopen() calls. Symbolic names for

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

traceback.walk_tb(tb) Walk a traceback following tb_next yielding the frame and line number for each frame. This

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

sys.getprofile() Get the profiler function as set by setprofile().

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

sys.__excepthook__ These objects contain the original values of displayhook and excepthook at the

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

sysconfig.get_config_h_filename() Return the path of pyconfig.h.

2025-01-10 15:47:30