def SetName (   self,
  name 
)

Set the name of this function to be returned by str()

Parameters:
name the string to set the name to

Definition at line 118 of file C2Functions.py.

00118                            : 
00119         "set the short name of the function for __str__"
00120         self.name=name; return self
00121 


Generated on Wed Nov 21 10:18:31 2007 for analysis by  doxygen 1.5.4