QScintilla/Exporters/ExporterBase.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2965
d133c7edd88a
child 3058
0a02c433f52d
--- a/QScintilla/Exporters/ExporterBase.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/QScintilla/Exporters/ExporterBase.py	Fri Oct 18 23:00:41 2013 +0200
@@ -37,6 +37,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_ += ";;"
@@ -73,5 +74,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