📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 14:04:26
📂
/ (Root)
/
usr
/
lib64
/
python3.12
/
tomllib
📍 /usr/lib64/python3.12/tomllib
🔄 Refresh
✏️
Editing: _types.py
Read Only
# 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
💾 Save Changes
❌ Cancel