kwargs A dict of keyword arguments values. Dynamically computed from the arguments attribute.
inspect.getcoroutinestate(coroutine) Get current state of a coroutine object. The function is intended to be used with coroutine
inspect.getmoduleinfo(path) Returns a named tuple ModuleInfo(name, suffix, mode
return_annotation The “return” annotation for the callable. If the callable has no “return” annotation, this attribute is set
site.getuserbase() Return the path of the user base directory, USER_BASE. If it is not initialized yet, this function
inspect.getfullargspec(func) Get the names and default values of a Python function’s arguments. A named
close() Immediately unwinds the callback stack, invoking callbacks in the reverse order of registration. For any context managers
empty A special class-level marker to specify absence of a return annotation.
inspect.ismemberdescriptor(object) Return true if the object is a member descriptor.
inspect.isframe(object) Return true if the object is a frame.
Page 18 of 26