Helpviewer/GreaseMonkey/GreaseMonkeyScript.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3002
6ffc581f00f1
child 3145
a9de05d4a22f
diff -r 9986ec0e559a -r 10516539f238 Helpviewer/GreaseMonkey/GreaseMonkeyScript.py
--- a/Helpviewer/GreaseMonkey/GreaseMonkeyScript.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/GreaseMonkey/GreaseMonkeyScript.py	Fri Oct 18 23:00:41 2013 +0200
@@ -170,6 +170,7 @@
         """
         Public method to check, if the script matches the given URL.
         
+        @param urlString URL (string)
         @return flag indicating a match (boolean)
         """
         if not self.__enabled:
@@ -187,7 +188,8 @@
     
     def __parseScript(self, path):
         """
-        Private method to parse the given script and populate the data structure.
+        Private method to parse the given script and populate the data
+        structure.
         
         @param path path of the Javascript file (string)
         """

eric ide

mercurial