X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/b97aa6632f51c6c1737768bde749dcd99bc5f1e6..9ce01076f2854a0f3c95391becc6af08073796cd:/docs/utilities.rst diff --git a/docs/utilities.rst b/docs/utilities.rst index 95df593..cb66b45 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -7,5 +7,33 @@ Utilities AttributeMappers ++++++++++++++++ -.. automodule:: philo.utils.entities +.. module:: philo.utils.entities + +.. autoclass:: AttributeMapper + :members: + +.. autoclass:: TreeAttributeMapper + :members: + :show-inheritance: + +.. autoclass:: PassthroughAttributeMapper + :members: + :show-inheritance: + +LazyAttributeMappers +++++++++++++++++++++ + +.. autoclass:: LazyAttributeMapperMixin + :members: + +.. autoclass:: LazyAttributeMapper + :members: + :show-inheritance: + +.. autoclass:: LazyTreeAttributeMapper + :members: + :show-inheritance: + +.. autoclass:: LazyPassthroughAttributeMapper :members: + :show-inheritance: