MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / create_text_node

Method create_text_node

src/__init__.py:2367–2368  ·  view source on GitHub ↗
( self, text)

Source from the content-addressed store, hash-verified

2365 return Xml( mupdf.fz_dom_create_element( self.this, tag))
2366
2367 def create_text_node( self, text):
2368 return Xml( mupdf.fz_dom_create_text_node( self.this, text))
2369
2370 def debug(self):
2371 """Print a list of the node tree below self."""

Callers 6

add_codeMethod · 0.95
add_linkMethod · 0.95
add_subscriptMethod · 0.95
add_superscriptMethod · 0.95
add_textMethod · 0.95
insert_textMethod · 0.95

Calls 1

XmlClass · 0.85

Tested by

no test coverage detected