文件操作 - __init__.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/pythran/transformations/__init__.py
编辑文件内容
""" This submodule contains all the transformations passes offered in Pythran. This file is just for convenience and turns the import from import transformations.xxxxx.xxxxx into import transformations.xxxxx """ from .expand_builtins import ExpandBuiltins from .expand_globals import ExpandGlobals from .expand_import_all import ExpandImportAll from .expand_imports import ExpandImports from .extract_doc_strings import ExtractDocStrings from .false_polymorphism import FalsePolymorphism from .handle_import import HandleImport from .normalize_compare import NormalizeCompare from .normalize_exception import NormalizeException from .normalize_ifelse import NormalizeIfElse from .normalize_is_none import NormalizeIsNone from .normalize_method_calls import NormalizeMethodCalls from .normalize_return import NormalizeReturn from .normalize_static_if import NormalizeStaticIf, SplitStaticExpression from .normalize_tuples import NormalizeTuples from .remove_comprehension import RemoveComprehension from .remove_lambdas import RemoveLambdas from .remove_nested_functions import RemoveNestedFunctions from .unshadow_parameters import UnshadowParameters from .remove_named_arguments import RemoveNamedArguments from .remove_fstrings import RemoveFStrings
修改文件时间
将文件时间修改为当前时间的前一年
删除文件