Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ EMPTY_IRECT
Function
EMPTY_IRECT
src/__init__.py:18370–18371 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18368
18369
18370
def
EMPTY_IRECT():
18371
return
IRect(FZ_MAX_INF_RECT, FZ_MAX_INF_RECT, FZ_MIN_INF_RECT, FZ_MIN_INF_RECT)
18372
18373
18374
def
EMPTY_QUAD():
Callers
nothing calls this directly
Calls
1
IRect
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…