mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Add docblock updates for providers.Config
This commit is contained in:
parent
47d33e524c
commit
0dbc7a5b58
|
@ -285,7 +285,8 @@ class Config(Provider):
|
||||||
"""Config provider.
|
"""Config provider.
|
||||||
|
|
||||||
Config provider provides dict values. Also config provider creates
|
Config provider provides dict values. Also config provider creates
|
||||||
deferred config objects for all undefined attribute calls.
|
child config objects for all undefined attribute calls. It makes possible
|
||||||
|
to create deferred config value provider.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = ('value',)
|
__slots__ = ('value',)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user