2953:703452a2876f | 2954:bf0215fe12d1 |
---|---|
133 self.__save() | 133 self.__save() |
134 | 134 |
135 def isAnonymous(self): | 135 def isAnonymous(self): |
136 """ | 136 """ |
137 Public method to indicate an anonymous plug-in. | 137 Public method to indicate an anonymous plug-in. |
138 | |
139 @return flag indicating anonymous state (boolean) | |
138 """ | 140 """ |
139 return True | 141 return True |
140 | 142 |
141 def onWhitelist(self, host): | 143 def onWhitelist(self, host): |
142 """ | 144 """ |