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

Method find_next

src/__init__.py:2381–2384  ·  view source on GitHub ↗
( self, tag, att, match)

Source from the content-addressed store, hash-verified

2379 return Xml( ret)
2380
2381 def find_next( self, tag, att, match):
2382 ret = mupdf.fz_dom_find_next( self.this, tag, att, match)
2383 if ret.m_internal:
2384 return Xml( ret)
2385
2386 @property
2387 def first_child( self):

Callers 3

add_header_idsMethod · 0.80
quickfox.pyFile · 0.80

Calls 1

XmlClass · 0.85

Tested by

no test coverage detected