Hackfut Security File Manager
Current Path:
/opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/toml
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_vendor
/
toml
/
📁
..
📄
__init__.py
(747 B)
📄
__init__.pyc
(833 B)
📄
__init__.pyo
(833 B)
📁
__pycache__
📄
common.py
(242 B)
📄
common.pyc
(420 B)
📄
common.pyo
(420 B)
📄
decoder.py
(37.79 KB)
📄
decoder.pyc
(28.54 KB)
📄
decoder.pyo
(28.54 KB)
📄
encoder.py
(9.72 KB)
📄
encoder.pyc
(12.03 KB)
📄
encoder.pyo
(12.03 KB)
📄
ordered.py
(378 B)
📄
ordered.pyc
(1.21 KB)
📄
ordered.pyo
(1.21 KB)
📄
tz.py
(618 B)
📄
tz.pyc
(1.47 KB)
📄
tz.pyo
(1.47 KB)
Editing: ordered.py
from collections import OrderedDict from pip._vendor.toml import TomlEncoder from pip._vendor.toml import TomlDecoder class TomlOrderedDecoder(TomlDecoder): def __init__(self): super(self.__class__, self).__init__(_dict=OrderedDict) class TomlOrderedEncoder(TomlEncoder): def __init__(self): super(self.__class__, self).__init__(_dict=OrderedDict)
Upload File
Create Folder