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

Function chartocanon

src/__init__.py:23720–23724  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

23718
23719
23720def chartocanon(s):
23721 assert isinstance(s, str)
23722 n, c = mupdf.fz_chartorune(s)
23723 c = canon(c)
23724 return n, c
23725
23726
23727def dest_is_valid(o, page_count, page_object_nums, names_list):

Callers 1

match_stringFunction · 0.85

Calls 1

canonFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…