astsearch

Intelligently search Python source code


License
MIT
Install
pip install astsearch==0.2.0

Documentation

ASTsearch is an intelligent search tool for Python code.

To get it:

pip install astsearch

To use it:

# astsearch pattern [path]
astsearch "?/?"  # Division operations in all files in the current directory

For more details, see the documentation.