python 代码里使用 cscope,需要先列出所需对应的文件。
如:
$ find . -name "*.py" |grep -v "__init__.py" > cscope.files
然后使用:
$ cscope -b
生成对应的索引文件。
mb64535c105d26a 博主文章分类:python ©著作权
python 代码里使用 cscope,需要先列出所需对应的文件。
如:
$ find . -name "*.py" |grep -v "__init__.py" > cscope.files
然后使用:
$ cscope -b
生成对应的索引文件。
cscope的使用
find . -name '*.py' > cscope.files
安装# apt-get install cs...
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M