X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/pip/_vendor/tomli
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
tomli
/
📁
..
📄
__init__.py
(314 B)
📁
__pycache__
📄
_parser.py
(24.99 KB)
📄
_re.py
(3.1 KB)
📄
_types.py
(254 B)
📄
py.typed
(26 B)
Editing: _types.py
# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. from typing import Any, Callable, Tuple # Type annotations ParseFloat = Callable[[str], Any] Key = Tuple[str, ...] Pos = int
Upload File
Create Folder