Skip to content
Commit 3443d012 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.utils: Add deprecate() decorator

Allows marking a function/method as deprecated.  This will wrap it to
emit a DeprecationWarning when called, and will update its docstring
with ".. deprecated" Sphinx directive.
parent a86d1f6f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment