Pakiet: python3-deprecation (1.0.1-0ubuntu1)
Odnośniki dla python3-deprecation
Zasoby systemu Trisquel:
- Install using apturl
- Entry at directory.fsf.org
- Raporty o błędach
- Changelog
- Informacje nt. praw autorskich
Pobieranie pakietu źródłowego python-deprecation:
- [python-deprecation_1.0.1-0ubuntu1.dsc]
- [python-deprecation_1.0.1.orig.tar.gz]
- [python-deprecation_1.0.1-0ubuntu1.debian.tar.xz]
Opiekun:
Original Maintainer:
- Ubuntu Developers (Archiwum e-mail)
Zasoby zewnętrzne:
- Strona internetowa [deprecation.readthedocs.io]
Podobne pakiety:
A library to handle automated deprecations
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. Together, the two enable the automation of several things:
1. The docstring of a deprecated method gets the deprecation details appended to the end of it. If you generate your API docs direct from your source, you don't need to worry about writing your own notification. You also don't need to worry about forgetting to write it. It's done for you. 2. Rather than having code live on forever because you only deprecated it but never actually moved on from it, you can have your tests tell you when it's time to remove the code. The '@deprecated' decorator can be told when it's time to entirely remove the code, which causes '@fail_if_not_removed' to raise an 'AssertionError', causing either your unittest or py.test tests to fail.
This package provides the Python 3 module.
Inne pakiety związane z python3-deprecation
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Pobieranie python3-deprecation
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 6,9 KiB | 31 KiB | [lista plików] |