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

Function values

tests/test_widgets.py:166–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 page = doc[0]
165
166 def values():
167 return set(
168 (
169 doc.xref_get_key(635, "AS")[1],
170 doc.xref_get_key(636, "AS")[1],
171 doc.xref_get_key(637, "AS")[1],
172 doc.xref_get_key(638, "AS")[1],
173 doc.xref_get_key(127, "V")[1],
174 )
175 )
176
177 for i, xref in enumerate((635, 636, 637, 638)):
178 w = page.load_widget(xref)

Callers 1

test_2333Function · 0.85

Calls 1

xref_get_keyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…