63 """ |
62 """ |
64 Public method to build the class shapes of the class diagram. |
63 Public method to build the class shapes of the class diagram. |
65 |
64 |
66 The algorithm is borrowed from Boa Constructor. |
65 The algorithm is borrowed from Boa Constructor. |
67 """ |
66 """ |
|
67 import Utilities.ModuleParser |
|
68 |
68 self.allClasses = {} |
69 self.allClasses = {} |
69 self.allModules = {} |
70 self.allModules = {} |
70 |
71 |
71 try: |
72 try: |
72 extensions = Preferences.getPython("PythonExtensions") + \ |
73 extensions = Preferences.getPython("PythonExtensions") + \ |