10 and to find out the superclasses of a class as well as its attributes. |
10 and to find out the superclasses of a class as well as its attributes. |
11 |
11 |
12 It is based on the Python class browser found in this package. |
12 It is based on the Python class browser found in this package. |
13 """ |
13 """ |
14 |
14 |
15 from __future__ import unicode_literals # __IGNORE_WARNING__ |
15 from __future__ import unicode_literals |
16 |
16 |
17 import re |
17 import re |
18 |
18 |
19 import Utilities |
19 import Utilities |
20 import Utilities.ClassBrowsers as ClassBrowsers |
20 import Utilities.ClassBrowsers as ClassBrowsers |