(self, typecode, initializer)
| 344 | TYPECODES = "bhil" + "BHIL" + "fd" |
| 345 | |
| 346 | def array(self, typecode, initializer): |
| 347 | raise NotImplementedError |
| 348 | |
| 349 | def check1(self, z, s, r, typecode): |
| 350 | del typecode |
no outgoing calls
no test coverage detected