landlab.grid.warnings¶ exception DeprecatedSignature[source]¶ Bases: DeprecationWarning __init__(name, new=None)[source]¶ Parameters: name (str) new (tuple[tuple[Any, ...], Mapping[str, Any]] | None) classmethod __new__(*args, **kwargs)¶ add_note(note, /)¶ Add a note to the exception args¶ with_traceback(tb, /)¶ Set self.__traceback__ to tb and return self.