Helpviewer/GreaseMonkey/GreaseMonkeyScript.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 3002
6ffc581f00f1
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
166 166
167 def match(self, urlString): 167 def match(self, urlString):
168 """ 168 """
169 Public method to check, if the script matches the given URL. 169 Public method to check, if the script matches the given URL.
170 170
171 @param urlString URL (string)
171 @return flag indicating a match (boolean) 172 @return flag indicating a match (boolean)
172 """ 173 """
173 if not self.__enabled: 174 if not self.__enabled:
174 return False 175 return False
175 176

eric ide

mercurial