QScintilla/Exporters/ExporterBase.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3020
542e97d4ecb3
child 3057
10516539f238
--- a/QScintilla/Exporters/ExporterBase.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/QScintilla/Exporters/ExporterBase.py	Sun Sep 29 18:22:08 2013 +0200
@@ -35,6 +35,7 @@
         
         @param filter the filter string to be used (string). The filter for
             "All Files (*)" is appended by this method.
+        @return file name entered by the user (string)
         """
         filter_ = filter
         filter_ += ";;"
@@ -71,5 +72,8 @@
         Public method performing the export.
         
         This method must be overridden by the real exporters.
+        
+        @exception NotImplementedError raised to indicate that this method
+            must be implemented by a subclass
         """
         raise NotImplementedError

eric ide

mercurial