d3m.deprecate.
Context
Bases: tuple
tuple
argument
Alias for field number 1
filename
Alias for field number 2
function
Alias for field number 0
lineno
Alias for field number 4
module
Alias for field number 3
arguments
A decorator which issues a warning if any of the deprecated_arguments is being passed to the wrapped function.
deprecated_arguments
Callable
A decorator which issues a warning if a wrapped function is called.
Getting Started
Guides
Advanced Topics
HOWTOs
Contribute
Reference