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
Union
[str
,Path
]
- openghg.types.multiPathType#
alias of
Union
[str
,Path
,Tuple
,List
]
- openghg.types.resultsType#
alias of
DefaultDict
[str
,Dict
]