traceback.walk_tb(tb) Walk a traceback following tb_next yielding the frame and line number for each frame. This
filename For syntax errors - the file name where the error occurred.
sys.__stderr__ These objects contain the original values of stdin, stderr and stdout
fpectl.turnon_sigfpe() Turn on the generation of SIGFPE, and set up an appropriate signal handler.
inspect.isgetsetdescriptor(object) Return true if the object is a getset descriptor.
inspect.getouterframes(frame, context=1) Get a list of frame records for a frame and all outer frames. These frames represent
gc.enable() Enable automatic garbage collection.
@abc.abstractmethod A decorator indicating abstract methods. Using this decorator requires that
class inspect.Parameter(name, kind, *, default=Parameter.empty, annotation=Parameter.empty) Parameter objects are immutable
sysconfig.get_path(name[, scheme[, vars[, expand]]]) Return an installation path corresponding to the path name, from
Page 24 of 26