landlab.grid.warnings

exception DeprecatedSignature[source]

Bases: DeprecationWarning

__init__(name, old=None, new=None)[source]
classmethod __new__(*args, **kwargs)
add_note(note, /)

Add a note to the exception

args
msg = 'You are using a deprecated calling signature.'
with_traceback(tb, /)

Set self.__traceback__ to tb and return self.