modules property

Iterable<Module> get modules

Returns all instances of Module from the cache. They represent inspected Python module objects.

Implementation

Iterable<Module> get modules => _getOfType(InspectEntryType.module);