Set the name of this function to be returned by str()
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