Coverage for stems/errors.py : 67%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" Custom errors/warnings for STEMS """ __repo_issues__, __version__)
f'functionality. Please visit {__repo_issues__} and copy and ' f'paste the following message if you would like this feature ' f'to be supported.')
msg = f'{self._help} : "{msg}"' super(NotImplementedError, self).__init__(msg, *args[1:], **kwds) |