Dave Halter
33e5a3280a
Remove IsScope in favor of an is_scope function.
...
This function was partially implemented anway. Now we've also added a function called 'get_parent_scope', to make it easy to get a scope of a Call, Statement, whatever.
2014-08-12 01:19:19 +02:00
Dave Halter
e5fe726862
imports cleanup & documentation
2014-05-12 11:15:17 +02:00
Dave Halter
e5326acf8f
ImportPath -> ImportWrapper
2014-04-30 17:15:59 +02:00
Dave Halter
8edaea31e2
simplify some usage stuff
2014-04-29 14:01:24 +02:00
Dave Halter
bc7896f93d
unicode issues in usage matching
2014-04-29 12:20:25 +02:00
Dave Halter
0301606d18
Now remove Usage completely.
2014-04-18 14:45:03 +02:00
Dave Halter
240b0c9581
NamePart doesn't have an __eq__ method anymore
2014-04-18 14:36:10 +02:00
Dave Halter
c2bdda339b
again Definition/Usage merging
2014-04-18 01:51:09 +02:00
Dave Halter
b643325889
type of NamePart in definition should work.
2014-04-18 01:31:07 +02:00
Dave Halter
5f4c4de229
Usage is now a subclass of Definition, #395
2014-04-17 14:39:22 +02:00
Dave Halter
6a40c9b671
remove get_set_vars completely from existance
2014-04-14 12:40:59 +02:00
Dave Halter
ced5b6ca82
goto_assignments and usages both working now with issues like #315
2014-03-29 16:37:39 +01:00
Dave Halter
600371632f
NamePart is now no str subclass anymore. They are separated, which makes us save a lot of dicts
2014-02-13 19:22:36 +01:00
Dave Halter
f6b1e5635e
move usages to its own api module usages
2014-01-26 23:04:38 +01:00