Helpviewer/Network/SchemeAccessHandler.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2962
d6c9d1ca2da4
child 3145
a9de05d4a22f
diff -r 9986ec0e559a -r 10516539f238 Helpviewer/Network/SchemeAccessHandler.py
--- a/Helpviewer/Network/SchemeAccessHandler.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/Network/SchemeAccessHandler.py	Fri Oct 18 23:00:41 2013 +0200
@@ -28,10 +28,13 @@
         """
         Protected method to create a request.
         
-        @param op the operation to be performed (QNetworkAccessManager.Operation)
+        @param op the operation to be performed
+            (QNetworkAccessManager.Operation)
         @param request reference to the request object (QNetworkRequest)
         @param outgoingData reference to an IODevice containing data to be sent
             (QIODevice)
-        @return reference to the created reply object (QNetworkReply)
+        @ireturn reference to the created reply object (QNetworkReply)
+        @exception NotImplementedError raised to indicate that the method must
+            be implemented by a subclass
         """
         raise NotImplementedError()

eric ide

mercurial