Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code inspection #18

Open
2 tasks
valberg opened this issue Mar 20, 2015 · 0 comments
Open
2 tasks

Code inspection #18

valberg opened this issue Mar 20, 2015 · 0 comments

Comments

@valberg
Copy link
Owner

valberg commented Mar 20, 2015

It would be awesome to have a way to do inspection of python code. The use case is that when browsing code, it is often a big benefit to be able to go to the declaration of a function/variable/class, and also be able to see where this function/variable/class is in use. Thus:

  • Somehow setup some workers to do inspection on code (use inspect module)
  • Store this metadata in redis (unless the inspection performance is sub par, then maybe something more persistent is more feasible)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant