leaf_engine.io.memory ===================== .. py:module:: leaf_engine.io.memory .. autoapi-nested-parse:: Includes the joblib memory caching manager and configuration. The memory method below returns a joblib memory decorator that can be used to cache method calls on disk (e.g., external API call to geocoding services, PCMiler, etc.). Read more about joblib's memory at: https://joblib.readthedocs.io/en/latest/generated/joblib.Memory.html Attributes ---------- .. autoapisummary:: leaf_engine.io.memory._path Functions --------- .. autoapisummary:: leaf_engine.io.memory.memory Module Contents --------------- .. py:function:: memory(verbose=0) .. py:data:: _path