Helpviewer/AdBlock/AdBlockManager.py

changeset 2763
e4794166ad70
parent 2403
e3d7a861547c
child 2791
a9577f248f04
child 3000
971d84f7a6d6
equal deleted inserted replaced
2761:bcc10ef7015d 2763:e4794166ad70
164 164
165 return self.__subscriptions[:] 165 return self.__subscriptions[:]
166 166
167 def subscription(self, location): 167 def subscription(self, location):
168 """ 168 """
169 Public method to get a subscription based on it's location. 169 Public method to get a subscription based on its location.
170 170
171 @param location location of the subscription to search for (string) 171 @param location location of the subscription to search for (string)
172 @return subscription or None (AdBlockSubscription) 172 @return subscription or None (AdBlockSubscription)
173 """ 173 """
174 if location != "": 174 if location != "":

eric ide

mercurial