interface_gen/modules/inspect/inspect library

Classes

inspect
Module definition for the Python module inspect. This is hand-crafted and not generated. Thus it only contains a subset of the actual module.
Parameter
Reference: https://docs.python.org/3/library/inspect.html#inspect.Parameter
ReferenceEqualityWrapper
Helper class for testing equality of wrapped Python objects. They are considered equal, if they are the same object in Python.
Signature
The Signature object represents the call signature of a callable object and its return annotation. To retrieve a Signature object, use the inspect.signature function.