Home | Trees | Indices | Help |
|
---|
|
1 # -*- coding: utf-8 -*- 2 """ 3 parsedatetime/warns.py 4 5 All subclasses inherited from `Warning` class 6 7 """ 8 from __future__ import absolute_import 9 10 import warnings 11 12 15 16 19 20 23 24 25 warnings.simplefilter('default', pdtDeprecationWarning) 26 warnings.simplefilter('ignore', pdtPendingDeprecationWarning) 27
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 22 22:21:08 2017 | http://epydoc.sourceforge.net |