inspect.isgetsetdescriptor(object) Return true if the object is a getset descriptor.
traceback.walk_stack(f) Walk a stack following f.f_back from the given frame, yielding the frame and line number
fpectl.turnon_sigfpe() Turn on the generation of SIGFPE, and set up an appropriate signal handler.
inspect.getclasstree(classes, unique=False) Arrange the given list of classes into a hierarchy of nested lists. Where a nested
arguments An ordered, mutable mapping (
@abc.abstractproperty(fget=None, fset=None, fdel=None, doc=None) A subclass of the built-in
pop_all() Transfers the callback stack to a fresh ExitStack instance and returns it. No callbacks are invoked by
default The default value for the parameter. If the parameter has no default value, this attribute is set to Parameter
sys.hash_info A struct sequence giving parameters of the numeric hash implementation
inspect.isbuiltin(object) Return true if the object is a built-in function or a bound built-in method.
Page 23 of 26