Returns all instances of Function_ from the cache. They represent inspected Python function objects.
Iterable<Function_> get functions => _getOfType(InspectEntryType.function);