/
opt
/
imh
/
python3.13
/
lib
/
python3.13
/
tomllib
/
/opt/imh/python3.13/lib/python3.13/tomllib
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
mypy.ini
451
0644
edit
dl
rm
_parser.py
22666
0644
edit
dl
rm
_re.py
2958
0644
edit
dl
rm
_types.py
254
0644
edit
dl
rm
__init__.py
308
0644
edit
dl
rm
Edit:
/opt/imh/python3.13/lib/python3.13/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
# 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