pydotorg / backlog

a parallel playground for Python community services
0 stars 0 forks source link

Python source spider/AST analyzer #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 techtonik@gmail.com on 22 Mar 2011 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by techtonik@gmail.com on 22 Mar 2011 at 12:16