(self, methodName="runTest")
| 258 | |
| 259 | class scharTestCase(VectorTestCase): |
| 260 | def __init__(self, methodName="runTest"): |
| 261 | VectorTestCase.__init__(self, methodName) |
| 262 | self.typeStr = "schar" |
| 263 | self.typeCode = "b" |
| 264 | |
| 265 | ###################################################################### |
| 266 |