Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18324
def
_INRANGE(v, low, high):
18325
return
low <= v and v <= high
18326
18327
18328
def
_remove_dest_range(pdf, numbers):
Callers
15
set_opacity
Method · 0.85
_deleteObject
Method · 0.85
extract_image
Method · 0.85
fullcopy_page
Method · 0.85
update_object
Method · 0.85
xref_get_key
Method · 0.85
xref_get_keys
Method · 0.85
xref_object
Method · 0.85
xref_set_key
Method · 0.85
xref_stream
Method · 0.85
xref_stream_raw
Method · 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…