classes property

Iterable<ClassInstance> get classes

Returns all instances of ClassInstance from the cache. They represent inspected Python class instances. They also contain inspected Python objects related to type annotations. See typedefs for getting only those instances.

Implementation

Iterable<ClassInstance> get classes => _getOfType(InspectEntryType.class_);