Write list l as a JavaScript hash with the given name
(self, l, name)
| 45 | write(self.endDict(), file=self.outFile) |
| 46 | |
| 47 | def writeList(self, l, name): |
| 48 | """Write list l as a JavaScript hash with the given name""" |
| 49 | |
| 50 | self.writeDict(l, name, printValues = False) |
| 51 | |
| 52 | def endFile(self): |
| 53 | # Creates the inverse mapping of nonexistent APIs to their aliases. |