python 代码里使用 cscope,需要先列出所需对应的文件。 

如:

$ find . -name "*.py"  |grep -v "__init__.py" > cscope.files

然后使用:

$ cscope -b

生成对应的索引文件。