MCPcopy Index your code
hub / github.com/apprenticeharper/DeDRM_tools / serialize_indirect

Method serialize_indirect

DeDRM_plugin/ineptpdf.py:2164–2169  ·  view source on GitHub ↗
(self, objid, obj)

Source from the content-addressed store, hash-verified

2162 self.write(data)
2163
2164 def serialize_indirect(self, objid, obj):
2165 self.write(b'%d 0 obj' % (objid,))
2166 self.serialize_object(obj)
2167 if self.last.isalnum():
2168 self.write(b'\n')
2169 self.write(b'endobj\n')
2170
2171
2172

Callers 1

dumpMethod · 0.95

Calls 2

writeMethod · 0.95
serialize_objectMethod · 0.95

Tested by

no test coverage detected