takluyver / astsearch

Intelligently search in Python code

Home Page:https://astsearch.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Intelligently search in Python code

https://astsearch.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 100.0%