3056:9986ec0e559a | 3057:10516539f238 |
---|---|
135 self.__save() | 135 self.__save() |
136 | 136 |
137 def isAnonymous(self): | 137 def isAnonymous(self): |
138 """ | 138 """ |
139 Public method to indicate an anonymous plug-in. | 139 Public method to indicate an anonymous plug-in. |
140 | |
141 @return flag indicating anonymous state (boolean) | |
140 """ | 142 """ |
141 return True | 143 return True |
142 | 144 |
143 def onWhitelist(self, host): | 145 def onWhitelist(self, host): |
144 """ | 146 """ |