Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/deprecated/__init__.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-07 06:35 +0000

1# -*- coding: utf-8 -*- 

2""" 

3Deprecated Library 

4================== 

5 

6Python ``@deprecated`` decorator to deprecate old python classes, functions or methods. 

7 

8""" 

9 

10__version__ = "1.2.14" 

11__author__ = u"Laurent LAPORTE <tantale.solutions@gmail.com>" 

12__date__ = "unreleased" 

13__credits__ = "(c) Laurent LAPORTE" 

14 

15from deprecated.classic import deprecated