sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation
inspect.iscoroutinefunction(object) Return true if the object is a coroutine function
__context__ A TracebackException of the original __context__.
inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.
offset For syntax errors - the offset into the text where the error occurred.
sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant
inspect.getfile(object) Return the name of the (text or binary) file in which an object was defined. This will fail with a
sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true
inspect.stack(context=1) Return a list of frame records for the caller’s stack. The first entry in the returned list represents
sys.path_importer_cache A dictionary acting as a cache for finder objects. The keys are
Page 3 of 26