mailr16614 - in /branches/uf_redesign/gui: ./ input_elements/


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 04, 2012 - 00:45:
Author: bugman
Date: Mon Jun  4 00:45:08 2012
New Revision: 16614

URL: http://svn.gna.org/viewcvs/relax?rev=16614&view=rev
Log:
Epydoc docstring fixes.


Modified:
    branches/uf_redesign/gui/input_elements/combo_list.py
    branches/uf_redesign/gui/input_elements/sequence.py
    branches/uf_redesign/gui/input_elements/spin_id.py
    branches/uf_redesign/gui/input_elements/value.py
    branches/uf_redesign/gui/string_conv.py

Modified: branches/uf_redesign/gui/input_elements/combo_list.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/input_elements/combo_list.py?rev=16614&r1=16613&r2=16614&view=diff
==============================================================================
--- branches/uf_redesign/gui/input_elements/combo_list.py (original)
+++ branches/uf_redesign/gui/input_elements/combo_list.py Mon Jun  4 00:45:08 
2012
@@ -350,8 +350,6 @@
     def UpdateChoices(self, combo_choices=None, combo_data=None, 
combo_default=None):
         """Special wizard method for updating the list of choices in a 
ComboBox type element.
 
-        @param key:             The key corresponding to the desired GUI 
element.
-        @type key:              str
         @keyword combo_choices: The list of choices to present to the user.  
This is only used if the element_type is set to 'combo'.
         @type combo_choices:    list of str
         @keyword combo_data:    The data returned by a call to GetValue().  
This is only used if the element_type is set to 'combo'.  If supplied, it 
should be the same length at the combo_choices list.  If not supplied, the 
combo_choices list will be used for the returned data.

Modified: branches/uf_redesign/gui/input_elements/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/input_elements/sequence.py?rev=16614&r1=16613&r2=16614&view=diff
==============================================================================
--- branches/uf_redesign/gui/input_elements/sequence.py (original)
+++ branches/uf_redesign/gui/input_elements/sequence.py Mon Jun  4 00:45:08 
2012
@@ -316,8 +316,6 @@
     def UpdateChoices(self, combo_choices=None, combo_data=None, 
combo_default=None):
         """Special wizard method for updating the list of choices in a 
ComboBox type element.
 
-        @param key:             The key corresponding to the desired GUI 
element.
-        @type key:              str
         @keyword combo_choices: The list of choices to present to the user.  
This is only used if the element_type is set to 'combo_list'.
         @type combo_choices:    list of str
         @keyword combo_data:    The data returned by a call to GetValue().  
This is only used if the element_type is set to 'combo_list'.  If supplied, 
it should be the same length at the combo_choices list.  If not supplied, the 
combo_choices list will be used for the returned data.

Modified: branches/uf_redesign/gui/input_elements/spin_id.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/input_elements/spin_id.py?rev=16614&r1=16613&r2=16614&view=diff
==============================================================================
--- branches/uf_redesign/gui/input_elements/spin_id.py (original)
+++ branches/uf_redesign/gui/input_elements/spin_id.py Mon Jun  4 00:45:08 
2012
@@ -203,8 +203,6 @@
     def UpdateChoices(self, combo_choices=None, combo_data=None, 
combo_default=None):
         """Special wizard method for updating the list of choices in a 
ComboBox type element.
 
-        @param key:             The key corresponding to the desired GUI 
element.
-        @type key:              str
         @keyword combo_choices: The list of choices to present to the user.
         @type combo_choices:    list of str
         @keyword combo_data:    The data returned by a call to GetValue().  
If supplied, it should be the same length at the combo_choices list.  If not 
supplied, the combo_choices list will be used for the returned data.

Modified: branches/uf_redesign/gui/input_elements/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/input_elements/value.py?rev=16614&r1=16613&r2=16614&view=diff
==============================================================================
--- branches/uf_redesign/gui/input_elements/value.py (original)
+++ branches/uf_redesign/gui/input_elements/value.py Mon Jun  4 00:45:08 2012
@@ -322,8 +322,6 @@
     def UpdateChoices(self, combo_choices=None, combo_data=None, 
combo_default=None):
         """Special wizard method for updating the list of choices in a 
ComboBox type element.
 
-        @param key:             The key corresponding to the desired GUI 
element.
-        @type key:              str
         @keyword combo_choices: The list of choices to present to the user.  
This is only used if the element_type is set to 'combo'.
         @type combo_choices:    list of str
         @keyword combo_data:    The data returned by a call to GetValue().  
This is only used if the element_type is set to 'combo'.  If supplied, it 
should be the same length at the combo_choices list.  If not supplied, the 
combo_choices list will be used for the returned data.

Modified: branches/uf_redesign/gui/string_conv.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/string_conv.py?rev=16614&r1=16613&r2=16614&view=diff
==============================================================================
--- branches/uf_redesign/gui/string_conv.py (original)
+++ branches/uf_redesign/gui/string_conv.py Mon Jun  4 00:45:08 2012
@@ -367,8 +367,8 @@
 def py_to_gui(value):
     """Super function for converting a Python object to a GUI string.
 
-    @param string:  The value.
-    @type string:   anything
+    @param value:   The value.
+    @type value:    anything
     @return:        The Python object in GUI string form.
     @rtype:         unicode
     """




Related Messages


Powered by MHonArc, Updated Mon Jun 04 01:00:01 2012