Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 629 Bytes

File metadata and controls

18 lines (15 loc) · 629 Bytes

templateflow.client module

The client module provides the object-oriented entry point around the global cache described in :mod:`templateflow.conf`. Its documentation surfaces the constructor, cache descriptor, and convenience methods so that downstream code can migrate from the module-level API to the richer class interface.

.. automodule:: templateflow.client
   :members: TemplateFlowClient
   :undoc-members:
   :member-order: bysource

.. autoclass:: templateflow.client.TemplateFlowClient
   :members:
   :special-members: __init__, __repr__
   :member-order: bysource
   :show-inheritance: