You can add the following line to your ~/.ctags file.
–python-kinds=-i
to have ctags skip indexing import statements. To see what else you can enable/disable:
ctags –list-kinds=python
You can add the following line to your ~/.ctags file.
–python-kinds=-i
to have ctags skip indexing import statements. To see what else you can enable/disable:
ctags –list-kinds=python