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

Method close

src/__init__.py:8171–8172  ·  view source on GitHub ↗
( self)

Source from the content-addressed store, hash-verified

8169 return device_wrapper
8170
8171 def close( self):
8172 mupdf.fz_close_document_writer( self.this)
8173
8174 def end_page( self):
8175 mupdf.fz_end_page( self.this)

Callers 8

__exit__Method · 0.95
write_with_linksMethod · 0.95
test_storyFunction · 0.95
test_3813Function · 0.95
test_707560Function · 0.95
code_printerFunction · 0.95
make_pdfFunction · 0.95

Calls

no outgoing calls

Tested by 3

test_storyFunction · 0.76
test_3813Function · 0.76
test_707560Function · 0.76