(self, methodName="runTest")
| 263 | |
| 264 | class ushortTestCase(MatrixTestCase): |
| 265 | def __init__(self, methodName="runTest"): |
| 266 | MatrixTestCase.__init__(self, methodName) |
| 267 | self.typeStr = "ushort" |
| 268 | self.typeCode = "H" |
| 269 | |
| 270 | ###################################################################### |
| 271 |