Returns all instances of Module from the cache. They represent inspected Python module objects.
Iterable<Module> get modules => _getOfType(InspectEntryType.module);