2007-06-22 | paulb | file changeset files shortlog | Moved Namespace from annotate to simplified.utils. Made Subprogram a Structure in order to support namespaces and operations dependent on namespaces (such as __bool__). Prevented context alteration on attributes acquired through modules (as globals). Added a get_instances method for classes. Attempted to improve instance fixing - still needs much work. |
paulb@158 | 1 | def g(a, b, c): |
paulb@158 | 2 | return a |