11 definitions and to find out the superclasses of an interface as well as its |
11 definitions and to find out the superclasses of an interface as well as its |
12 attributes. |
12 attributes. |
13 |
13 |
14 It is based on the Python class browser found in this package. |
14 It is based on the Python class browser found in this package. |
15 """ |
15 """ |
16 |
|
17 |
16 |
18 import re |
17 import re |
19 |
18 |
20 import Utilities |
19 import Utilities |
21 import Utilities.ClassBrowsers as ClassBrowsers |
20 import Utilities.ClassBrowsers as ClassBrowsers |