Language

Package: python-deprecation @ 2.1.0

Synopsis

Python library to handle automated deprecations

Description

This 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.

Home page
https://deprecation.readthedocs.io/
Location
gnu/packages/python-xyz.scm (line: 14193, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings