Parent Directory
|
Revision Log
|
Patch
revision 381 by jonathan, Tue Jan 28 18:37:05 2003 UTC | revision 385 by jonathan, Mon Feb 3 11:43:56 2003 UTC | |
---|---|---|
# | Line 61 class Classification: | Line 61 class Classification: |
61 | ||
62 | self.NullData = data | self.NullData = data |
63 | ||
64 | def getNull(self): | |
65 | return self.NullData | |
66 | ||
67 | def addRange(self, min, max, data): | def addRange(self, min, max, data): |
68 | """Add a new range to the classification. | """Add a new range to the classification. |
69 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |