(self, methodName="runTest")
| 338 | |
| 339 | class floatTestCase(VectorTestCase): |
| 340 | def __init__(self, methodName="runTest"): |
| 341 | VectorTestCase.__init__(self, methodName) |
| 342 | self.typeStr = "float" |
| 343 | self.typeCode = "f" |
| 344 | |
| 345 | ###################################################################### |
| 346 |