nucleus.utils¶
Shared stateless utility function library
Wrapper for response dicts with deprecated keys. |
- class nucleus.utils.KeyErrorDict(**kwargs)¶
Wrapper for response dicts with deprecated keys.
- Parameters:
**kwargs – Mapping from the deprecated key to a warning message.
Initialize self. See help(type(self)) for accurate signature.