Add a string entry to the dictionary, quoting it so it gets printed out correctly in self.endFile().
(self, dict, name, value)
| 152 | OutputGenerator.endFeature(self) |
| 153 | |
| 154 | def addName(self, dict, name, value): |
| 155 | """Add a string entry to the dictionary, quoting it so it gets |
| 156 | printed out correctly in self.endFile().""" |
| 157 | dict[name] = value |
| 158 | |
| 159 | def addMapping(self, baseType, refType): |
| 160 | """Add a mapping between types to mapDict. |