mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
1d211f98aa
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
330 B
Text
5 lines
330 B
Text
deprecation is a library that enables automated deprecations. It
|
|
offers the deprecated() decorator to wrap functions, providing proper
|
|
warnings both in documentation and via Python's warnings system,
|
|
as well as the deprecation.fail_if_not_removed() decorator for test
|
|
methods to ensure that deprecated code is eventually removed.
|