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

arguments An ordered, mutable mapping (

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

@abc.abstractproperty(fget=None, fset=None, fdel=None, doc=None) A subclass of the built-in

2025-01-10 15:47:30
contextlib.ExitStack.pop_all()
  • References/Python/Python/Runtime

pop_all() Transfers the callback stack to a fresh ExitStack instance and returns it. No callbacks are invoked by

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

inspect.isbuiltin(object) Return true if the object is a built-in function or a bound built-in method.

2025-01-10 15:47:30