Answers the flat string of JS.
(self)
| 384 | self._copyPaths.append(path) |
| 385 | |
| 386 | def getJs(self): |
| 387 | """Answers the flat string of JS.""" |
| 388 | return ''.join(self._jsOut) |
| 389 | |
| 390 | def writeJs(self, path): |
| 391 | """Write the collected set of css JS to path.""" |
no outgoing calls
no test coverage detected