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

Python source spider/AST analyzer #23

Open
GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment
Open

Python source spider/AST analyzer #23

GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

It is not clear how to measure popularity of some Python constructs. It can be 
useful to provide proof for the statements like this 
http://bugs.python.org/msg131743 

What is the expected output? What do you see instead?
Source spider can crawl *.py sources on the web (or local library or projects) 
and to build abstract syntax tree (AST) of these sources and provide search 
capabilities to find, for example, all calls of
  print "something", 
statement.

Original issue reported on code.google.com by [email protected] on 22 Mar 2011 at 12:12

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by [email protected] on 22 Mar 2011 at 12:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants