gemseo.core.grammars.defaults module#
The grammar default values.
- class Defaults(grammar, data)[source]#
Bases:
Serializable
,MutableMapping
[str
,Any
]A class for handling grammar default values.
A dictionary-like interface to bind grammar names to default values. The namespace settings of the grammar are taken into account.
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
grammar (BaseGrammar) -- The grammar bound to the defaults.
data (StrKeyMapping) -- The description is missing.