2953:703452a2876f | 2954:bf0215fe12d1 |
---|---|
85 def plugin(self, name): | 85 def plugin(self, name): |
86 """ | 86 """ |
87 Public method to get a reference to the named plug-in. | 87 Public method to get a reference to the named plug-in. |
88 | 88 |
89 @param name name of the plug-in (string) | 89 @param name name of the plug-in (string) |
90 @return reference to the named plug-in | |
90 """ | 91 """ |
91 if not self.__loaded: | 92 if not self.__loaded: |
92 self.__initialize() | 93 self.__initialize() |
93 | 94 |
94 if name in self.__plugins: | 95 if name in self.__plugins: |