📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 17:59:06
📂
/ (Root)
/
lib64
/
python3.12
/
tomllib
📍 /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