objects property

Iterable<Object_> get objects

Returns all instances of Object_ from the cache. They represent inspected Python objects that are not of any other type.

Implementation

Iterable<Object_> get objects => _getOfType(InspectEntryType.object);