|
Added an Attr class which represents an attribute entry in a class, module or |
|
|
Made separate methods for instance-only attributes and combined class plus |
|
|
Added copyright and licensing information. |
|
|
Fixed names of classes and functions to reflect their locations within |
|
|
Added displaced list construction. |
|
|
Added positions for instance attributes. |
|
|
Added module_name to various objects, along with a full_name method in a Naming |
|
|
Added "vacuum" methods for removing speculatively created modules. |
|
|
Fixed naming of imported modules. |
|
|
Added "pre-registration" of submodules in order to handle "from package import |
|
|
A processing framework supporting a version of Python with limitations. |
|