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

Method find

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

Source from the content-addressed store, hash-verified

2374 message(" " * item[0] + item[1].replace("\n", "\\n"))
2375
2376 def find( self, tag, att, match):
2377 ret = mupdf.fz_dom_find( self.this, tag, att, match)
2378 if ret.m_internal:
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)

Callers 15

_command_linesFunction · 0.80
tar_checkFunction · 0.80
_int_rcFunction · 0.80
set_idMethod · 0.80
get_ocmdMethod · 0.80
get_arrayMethod · 0.80
norm_nameMethod · 0.80
get_fontnamesMethod · 0.80
uri_to_dictMethod · 0.80
add_header_idsMethod · 0.80
JM_font_nameFunction · 0.80
JM_UnicodeFromBufferFunction · 0.80

Calls 1

XmlClass · 0.85

Tested by

no test coverage detected