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

Method glyph_cache_empty

src/__init__.py:25224–25228  ·  view source on GitHub ↗

Empty the glyph cache.

()

Source from the content-addressed store, hash-verified

25222
25223 @staticmethod
25224 def glyph_cache_empty():
25225 '''
25226 Empty the glyph cache.
25227 '''
25228 mupdf.fz_purge_glyph_cache()
25229
25230 @staticmethod
25231 def image_profile(stream, keep_image=0):

Callers 1

test_4125Function · 0.80

Calls

no outgoing calls

Tested by 1

test_4125Function · 0.64