Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/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.14" 

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

12__date__ = "unreleased" 

13__credits__ = "(c) Laurent LAPORTE" 

14 

15from deprecated.classic import deprecated