/
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/__init__.py
(308B)
# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. __all__ = ("loads", "load", "TOMLDecodeError") from ._parser import TOMLDecodeError, load, loads # Pretend this exception was created here. TOMLDecodeError.__module__ = __name__
Save
cmd:
run