MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / tobytes

Method tobytes

src/__init__.py:7869–7870  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

7867 return bio.getvalue()
7868
7869 def tobytes(self, *args, **kwargs):
7870 return self.write(*args, **kwargs)
7871
7872 @property
7873 def xref(self):

Callers 1

test_2596Function · 0.95

Calls 1

writeMethod · 0.95

Tested by 1

test_2596Function · 0.76