docstrings
This commit is contained in:
parent
e4362e9b09
commit
9dbe371bcd
|
@ -1209,7 +1209,7 @@ class TiramisuDispatcherOption(TiramisuDispatcher, TiramisuContextOption):
|
|||
|
||||
#__________________________________________________________________________________________________
|
||||
class Config(TiramisuAPI):
|
||||
"""Config to access to Option"""
|
||||
"""Root config object that enables us to handle the configuration options"""
|
||||
def __init__(self,
|
||||
descr: OptionDescription,
|
||||
session_id: str=None,
|
||||
|
@ -1226,7 +1226,7 @@ class Config(TiramisuAPI):
|
|||
|
||||
|
||||
class MetaConfig(TiramisuAPI):
|
||||
"""MetaConfig to access to Config"""
|
||||
"""MetaConfig object that enables us to handle the sub configuration's options"""
|
||||
def __init__(self,
|
||||
children,
|
||||
session_id: Union[str, None]=None,
|
||||
|
@ -1248,7 +1248,7 @@ class MetaConfig(TiramisuAPI):
|
|||
|
||||
|
||||
class GroupConfig(TiramisuAPI):
|
||||
"""GroupConfig to access to Config"""
|
||||
"""GroupConfig that enables us to access the Config"""
|
||||
def __init__(self,
|
||||
children,
|
||||
session_id: Union[str, None]=None) -> None:
|
||||
|
|
Loading…
Reference in New Issue