Helpviewer/UserAgent/UserAgentWriter.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2954
bf0215fe12d1
child 3145
a9de05d4a22f
--- a/Helpviewer/UserAgent/UserAgentWriter.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/UserAgent/UserAgentWriter.py	Fri Oct 18 23:00:41 2013 +0200
@@ -30,7 +30,9 @@
         
         @param fileNameOrDevice name of the file to write (string)
             or device to write to (QIODevice)
-        @param agents dictionary with user agent data (host as key, agent string as value)
+        @param agents dictionary with user agent data (host as key, agent
+            string as value)
+        @return flag indicating success (boolean)
         """
         if isinstance(fileNameOrDevice, QIODevice):
             f = fileNameOrDevice
@@ -46,7 +48,8 @@
         """
         Private method to write a user agent file.
         
-        @param agents dictionary with user agent data (host as key, agent string as value)
+        @param agents dictionary with user agent data (host as key, agent
+            string as value)
         @return flag indicating success (boolean)
         """
         self.writeStartDocument()

eric ide

mercurial