sys.displayhook(value) If value is not None, this function prints repr(value) to sys
sys.int_info A struct sequence that holds information about Python’s internal representation
inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible
signature A reference to the parent Signature object.
empty A special class-level marker to specify absence of default values and annotations.
inspect.iscoroutine(object) Return true if the object is a coroutine created by an async
sys.builtin_module_names A tuple of strings giving the names of all modules that are compiled into this Python interpreter.
bind(*args, **kwargs) Create a mapping from positional and keyword arguments to parameters. Returns BoundArguments
arguments An ordered, mutable mapping (
class inspect.Parameter(name, kind, *, default=Parameter.empty, annotation=Parameter.empty) Parameter objects are immutable
Page 23 of 26