文件操作 - interfaces.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/twisted/spread/interfaces.py
编辑文件内容
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Spread Interfaces. """ from zope.interface import Interface class IJellyable(Interface): def jellyFor(jellier): """ Jelly myself for jellier. """ class IUnjellyable(Interface): def unjellyFor(jellier, jellyList): """ Unjelly myself for the jellier. @param jellier: A stateful object which exists for the lifetime of a single call to L{unjelly}. @param jellyList: The C{list} which represents the jellied state of the object to be unjellied. @return: The object which results from unjellying. """
修改文件时间
将文件时间修改为当前时间的前一年
删除文件