noncvs.py

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· Python 代码 · 共 13 行

PY
13
字号
""" Catches most files disallowed in CVS """type_list = ["icc", "ncb", "opt", "zip", "dsw",             "vcproj", "dsw", "bor", "vcp", "pdb",             "o", "ilk", "pyc", "so", "dll", "lib" ]from sys import stderrdef handler (file_name, file_content):    stderr.write (file_name + ":0: error: This file should not be checked into the repository\n")    return 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?