functions property

Iterable<Function_> get functions

Returns all instances of Function_ from the cache. They represent inspected Python function objects.

Implementation

Iterable<Function_> get functions => _getOfType(InspectEntryType.function);