__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# -*- 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)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| pdt_locales | Folder | 0755 |
|
|
| __init__.py | File | 102.77 KB | 0644 |
|
| context.py | File | 4.54 KB | 0644 |
|
| parsedatetime.py | File | 61 B | 0644 |
|
| warns.py | File | 485 B | 0644 |
|