(self)
| 272 | return key |
| 273 | |
| 274 | def getConstantsCount(self): |
| 275 | # Make sure to add no more after asking this. |
| 276 | self.constants_writer.close() |
| 277 | |
| 278 | return len(self.constants) |
| 279 | |
| 280 | def getConstantNames(self): |
| 281 | return tuple(self.constants) |
no test coverage detected