/
usr
/
lib64
/
python3.12
/
tomllib
/
/usr/lib64/python3.12/tomllib
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
_parser.py
22631
0644
edit
dl
rm
_re.py
2943
0644
edit
dl
rm
_types.py
254
0644
edit
dl
rm
__init__.py
308
0644
edit
dl
rm
Edit:
/usr/lib64/python3.12/tomllib/_types.py
(254B)
# 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
cmd:
run