Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
314 @param argumentValues argument values to be checked for (list of 314 @param argumentValues argument values to be checked for (list of
315 strings) 315 strings)
316 @return flag indicating that this was already accepted (boolean) 316 @return flag indicating that this was already accepted (boolean)
317 """ 317 """
318 return url == cls._acceptedUrl and \ 318 return url == cls._acceptedUrl and \
319 argumentNames == cls._acceptedArgNames and \ 319 argumentNames == cls._acceptedArgNames and \
320 argumentValues == cls._acceptedArgValues 320 argumentValues == cls._acceptedArgValues

eric ide

mercurial