Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
usr
/
lib
/
python3
/
dist-packages
/
parsedatetime
/
Or
Select Your none :
Upload File :
New :
File
Dir
//usr/lib/python3/dist-packages/parsedatetime/warns.py
# -*- coding: utf-8 -*- """ parsedatetime/warns.py All subclasses inherited from `Warning` class """ from __future__ import absolute_import import warnings class pdtDeprecationWarning(DeprecationWarning): pass class pdtPendingDeprecationWarning(PendingDeprecationWarning): pass class pdt20DeprecationWarning(pdtPendingDeprecationWarning): pass warnings.simplefilter('default', pdtDeprecationWarning) warnings.simplefilter('ignore', pdtPendingDeprecationWarning)