gc.get_threshold()
  • References/Python/Python/Runtime

gc.get_threshold() Return the current collection thresholds as a tuple of (threshold0, threshold1, threshold2)

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

sys.__interactivehook__ When this attribute exists, its value is automatically called (with no arguments) when the interpreter

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

sysconfig.get_path(name[, scheme[, vars[, expand]]]) Return an installation path corresponding to the path name, from

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

default The default value for the parameter. If the parameter has no default value, this attribute is set to Parameter

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

sys.__stderr__ These objects contain the original values of stdin, stderr and stdout

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

atexit.unregister(func) Remove func from the list of functions to be run at interpreter shutdown. After calling

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

sysconfig.get_makefile_filename() Return the path of Makefile.

2025-01-10 15:47:30