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

inspect.isfunction(object) Return true if the object is a Python function, which includes functions created by a

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

arguments An ordered, mutable mapping (

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

sys.hash_info A struct sequence giving parameters of the numeric hash implementation

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

empty A special class-level marker to specify absence of default values and annotations.

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

sys.thread_info A struct sequence holding information about the thread implementation

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

filename For syntax errors - the file name where the error occurred.

2025-01-10 15:47:30