class documentation

define a class as inspectable. This allows typing to set up a linkage between an object that can be inspected and the type of inspection it returns. Unfortunately we cannot at the moment get all classes that are returned by inspection to suit this interface as we get into MRO issues.

Class Variable __slots__ Undocumented
__slots__: tuple = (source)

Undocumented