pyq
pyq copied to clipboard
Allow to search using dotted notation
Fantastic idea.
Search using the file path is useful, but being able to search by module would be great.
Something like:
pyq3 def[name=get] -m requests
pyq3 class[name=User] -m django.contrib.auth.models
pyq3 #foo -m * # search in all importable modules
This seems to be a good idea. Thanks!