You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Mar 2011 at 12:12The text was updated successfully, but these errors were encountered: