Types#
Custom errors#
- class openghg.types.FunctionError[source]#
Raised if a serverless function cannot be called correctly
Custom types#
Used to makes type hinting with mypy easier.
- openghg.types.pathType#
alias of
str|Path
- openghg.types.multiPathType#
alias of
str|Path|tuple|list
- openghg.types.resultsType#
alias of
defaultdict[str,dict]