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

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

6 statements  

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.18" 

11__author__ = u"Laurent LAPORTE <laurent.laporte.pro@gmail.com>" 

12__date__ = "2025-01-27" 

13__credits__ = "(c) Laurent LAPORTE" 

14 

15from deprecated.classic import deprecated