Standardized AttributeMapper.get_attribute behavior. Corrected LazyTreeAttributeMappe...
[philo.git] / docs / utilities.rst
index 95df593..cb66b45 100644 (file)
@@ -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: