eric7/WebBrowser/QtHelp/QtHelpDocumentationSettings.py

branch
eric7
changeset 8564
c48137b0d7ba
parent 8422
bb5da74c1b3f
child 8565
207b47c2eed9
equal deleted inserted replaced
8563:3c6547443fb2 8564:c48137b0d7ba
107 @param filename name of the QtHelp file 107 @param filename name of the QtHelp file
108 @type str 108 @type str
109 @return name of the namespace 109 @return name of the namespace
110 @rtype str 110 @rtype str
111 """ 111 """
112 return self._filenameToNamespace(filename) 112 return self._filenameToNamespace[filename]
113 113
114 def components(self): 114 def components(self):
115 """ 115 """
116 Public method to get the list of components. 116 Public method to get the list of components.
117 117

eric ide

mercurial