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

Class Hits

src/__init__.py:21385–21387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21383 return
21384 quads = []
21385 class Hits:
21386 def __str__(self):
21387 return f'Hits(len={self.len} quads={self.quads} hfuzz={self.hfuzz} vfuzz={self.vfuzz}'
21388 hits = Hits()
21389 hits.len = 0
21390 hits.quads = quads

Callers 1

JM_search_stext_pageFunction · 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…