Helpviewer/AdBlock/AdBlockManager.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
167 167
168 return self.__subscriptions[:] 168 return self.__subscriptions[:]
169 169
170 def subscription(self, location): 170 def subscription(self, location):
171 """ 171 """
172 Public method to get a subscription based on it's location. 172 Public method to get a subscription based on its location.
173 173
174 @param location location of the subscription to search for (string) 174 @param location location of the subscription to search for (string)
175 @return subscription or None (AdBlockSubscription) 175 @return subscription or None (AdBlockSubscription)
176 """ 176 """
177 if location != "": 177 if location != "":

eric ide

mercurial