文件操作 - __init__.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/stack_data/__init__.py
编辑文件内容
from .core import Source, FrameInfo, markers_from_ranges, Options, LINE_GAP, Line, Variable, RangeInLine, \ RepeatedFrames, MarkerInLine, style_with_executing_node, BlankLineRange, BlankLines from .formatting import Formatter from .serializing import Serializer try: from .version import __version__ except ImportError: # version.py is auto-generated with the git tag when building __version__ = "???"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件