dsss.common#
Common code and utilities.
Functions
|
|
|
Like |
|
|
|
|
|
|
|
Extend |
|
Generate footer text for not implemented path parts in values. |
- dsss.common.format_exception(exc) list[str]#
Like
traceback.format_exception(), compatible with Python 3.9.
- dsss.common.gen_error_message(code: int, text: str) ErrorMessage#
- dsss.common.gen_error_response(code: int, text: str = '') SDMXResponse#
- dsss.common.handle_query_params(url_class: Type[URL], expr: str, values: Mapping, not_implemented=typing.Collection[str]) dict#
Extend
querywith parts from expr, a “ “-delimited string.
- dsss.common.not_implemented_path(defaults, **values)#
Generate footer text for not implemented path parts in values.
Classes
|
Response containing a |