eric6/Utilities/ClassBrowsers/idlclbr.py

changeset 7781
607a6098cb44
parent 7706
0c6d32ec64f1
child 7836
2f0d208b8137
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
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

eric ide

mercurial