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: |