(self, data)
| 2090 | self.serialize_indirect(maxobj, xrefstm) |
| 2091 | self.write(b'startxref\n%d\n%%%%EOF' % startxref) |
| 2092 | def write(self, data): |
| 2093 | self.outf.write(data) |
| 2094 | self.last = data[-1:] |
| 2095 | |
| 2096 | def tell(self): |
| 2097 | return self.outf.tell() |
no outgoing calls
no test coverage detected