/
usr
/
lib64
/
python3.12
/
tomllib
/
/usr/lib64/python3.12/tomllib
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
_parser.py
23117
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/__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