文件操作 - __init__.py
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/python-internal/lib64/python3.11/tomllib/__init__.py
编辑文件内容
# 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__
修改文件时间
将文件时间修改为当前时间的前一年
删除文件