(self, methodName="runTest")
| 239 | |
| 240 | class scharTestCase(MatrixTestCase): |
| 241 | def __init__(self, methodName="runTest"): |
| 242 | MatrixTestCase.__init__(self, methodName) |
| 243 | self.typeStr = "schar" |
| 244 | self.typeCode = "b" |
| 245 | |
| 246 | ###################################################################### |
| 247 |