(self, methodName="runTest")
| 297 | |
| 298 | class ushortTestCase(TensorTestCase): |
| 299 | def __init__(self, methodName="runTest"): |
| 300 | TensorTestCase.__init__(self, methodName) |
| 301 | self.typeStr = "ushort" |
| 302 | self.typeCode = "H" |
| 303 | self.result = int(self.result) |
| 304 | |
| 305 | ###################################################################### |
| 306 |