X7ROOT File Manager
Current Path:
/opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/tomli
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
tomli
/
📁
..
📄
__init__.py
(396 B)
📁
__pycache__
📄
_parser.py
(22.1 KB)
📄
_re.py
(2.87 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