(self, methodName="runTest")
| 270 | |
| 271 | class scharTestCase(TensorTestCase): |
| 272 | def __init__(self, methodName="runTest"): |
| 273 | TensorTestCase.__init__(self, methodName) |
| 274 | self.typeStr = "schar" |
| 275 | self.typeCode = "b" |
| 276 | self.result = int(self.result) |
| 277 | |
| 278 | ###################################################################### |
| 279 |