comparison: src/eric7/Utilities/ClassBrowsers/__init__.py
src/eric7/Utilities/ClassBrowsers/__init__.py
- branch
- eric7
- changeset 9955
- aa02420279fe
- parent 9653
- e67609152c5e
- child 10060
- b946699e9e79
equal
deleted
inserted
replaced
103 @type str |
103 @type str |
104 @return reference to the imported class browser module |
104 @return reference to the imported class browser module |
105 @rtype module |
105 @rtype module |
106 """ |
106 """ |
107 typeMapping = { |
107 typeMapping = { |
108 "javascript": ".jsclbr", |
|
109 "python": ".pyclbr", |
108 "python": ".pyclbr", |
110 "ruby": ".rbclbr", |
109 "ruby": ".rbclbr", |
111 } |
110 } |
112 |
111 |
113 if moduleType in typeMapping: |
112 if moduleType in typeMapping: |