inspect.signature(callable, *, follow_wrapped=True) Return a Signature object for the given callable:
sysconfig.get_platform() Return a string that identifies the current platform. This is used
sys.warnoptions This is an implementation detail of the warnings framework; do not modify this value. Refer to the
inspect.isabstract(object) Return true if the object is an abstract base class.
gc.get_debug() Return the debugging flags currently set.
inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),
site.getsitepackages() Return a list containing all global site-packages directories.
sys.getrecursionlimit() Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.
sys.getswitchinterval() Return the interpreter’s “thread switch interval”; see setswitchinterval().
site.getusersitepackages() Return the path of the user-specific site-packages directory, USER_SITE. If it is not
Page 10 of 26