nucleus.utils ============= .. py:module:: nucleus.utils .. autoapi-nested-parse:: Shared stateless utility function library .. autoapisummary:: nucleus.utils.KeyErrorDict .. py:class:: KeyErrorDict(**kwargs) Wrapper for response dicts with deprecated keys. :param \*\*kwargs: Mapping from the deprecated key to a warning message. Initialize self. See help(type(self)) for accurate signature.