Helpviewer/WebPlugins/WebPluginFactory.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2954
bf0215fe12d1
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
87 def plugin(self, name): 87 def plugin(self, name):
88 """ 88 """
89 Public method to get a reference to the named plug-in. 89 Public method to get a reference to the named plug-in.
90 90
91 @param name name of the plug-in (string) 91 @param name name of the plug-in (string)
92 @return reference to the named plug-in
92 """ 93 """
93 if not self.__loaded: 94 if not self.__loaded:
94 self.__initialize() 95 self.__initialize()
95 96
96 if name in self.__plugins: 97 if name in self.__plugins:

eric ide

mercurial