(self)
| 623 | self.currentstream = Stream(id, len, self, extra, png) |
| 624 | |
| 625 | def endStream(self): |
| 626 | if self.currentstream is not None: |
| 627 | self.currentstream.end() |
| 628 | self.currentstream = None |
| 629 | |
| 630 | def fontName(self, fontprop): |
| 631 | """ |
no test coverage detected