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

Function _INRANGE

src/__init__.py:18324–18325  ·  view source on GitHub ↗
(v, low, high)

Source from the content-addressed store, hash-verified

18322
18323
18324def _INRANGE(v, low, high):
18325 return low <= v and v <= high
18326
18327
18328def _remove_dest_range(pdf, numbers):

Callers 15

set_opacityMethod · 0.85
_deleteObjectMethod · 0.85
extract_imageMethod · 0.85
fullcopy_pageMethod · 0.85
update_objectMethod · 0.85
xref_get_keyMethod · 0.85
xref_get_keysMethod · 0.85
xref_objectMethod · 0.85
xref_set_keyMethod · 0.85
xref_streamMethod · 0.85
xref_stream_rawMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…