classDefinitions property

Iterable<ClassDefinition> get classDefinitions

Returns all instances of ClassDefinition from the cache. They represent inspected Python class definitions.

Implementation

Iterable<ClassDefinition> get classDefinitions =>
    _getOfType(InspectEntryType.classDefinition);