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

Function JM_append_rune

src/__init__.py:18728–18732  ·  view source on GitHub ↗

APPEND non-ascii runes in unicode escape format to fz_buffer.

(buff, ch)

Source from the content-addressed store, hash-verified

18726
18727
18728def JM_append_rune(buff, ch):
18729 """
18730 APPEND non-ascii runes in unicode escape format to fz_buffer.
18731 """
18732 mupdf.fz_append_string(buff, make_escape(ch))
18733
18734
18735def JM_append_word(lines, buff, wbbox, block_n, line_n, word_n):

Callers 4

extractBLOCKSMethod · 0.85
extractWORDSMethod · 0.85
JM_make_spanlistFunction · 0.85

Calls 1

make_escapeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…