Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py

changeset 3035
36e9f388958b
parent 3002
6ffc581f00f1
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3034:7ce719013078 3035:36e9f388958b
312 @param argumentValues argument values to be checked for (list of 312 @param argumentValues argument values to be checked for (list of
313 strings) 313 strings)
314 @return flag indicating that this was already accepted (boolean) 314 @return flag indicating that this was already accepted (boolean)
315 """ 315 """
316 return url == cls._acceptedUrl and \ 316 return url == cls._acceptedUrl and \
317 argumentNames == cls._acceptedArgNames and \ 317 argumentNames == cls._acceptedArgNames and \
318 argumentValues == cls._acceptedArgValues 318 argumentValues == cls._acceptedArgValues

eric ide

mercurial