API Reference#
This section documents the public API exported by argdigest.
Pages under autosummary/ are generated automatically from docstrings and
signatures.
Public API#
Decorator to register a pipeline function for a given kind and name. |
|
Decorator to register an argument digester by argument name. |
|
Base class for all ArgDigest exceptions. |
|
Unexpected or inconsistent data type. |
|
Invalid or out-of-domain value. |
|
Semantic rule violation (e.g. invalid parent-child link). |
|
Missing digester or cyclic dependency. |
|
Warning for missing digesters when strictness is 'warn'. |