Parent Directory
|
Revision Log
|
Patch
revision 678 by jonathan, Tue Apr 15 19:21:26 2003 UTC | revision 679 by jonathan, Tue Apr 15 19:46:37 2003 UTC | |
---|---|---|
# | Line 724 class ClassGroupRange(ClassGroup): | Line 724 class ClassGroupRange(ClassGroup): |
724 | ||
725 | def GetMax(self): | def GetMax(self): |
726 | """Return the range's maximum value.""" | """Return the range's maximum value.""" |
727 | return self.max | return self.__max |
728 | ||
729 | def SetMax(self, max): | def SetMax(self, max): |
730 | """Set the range's maximum value. | """Set the range's maximum value. |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |