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

Method append_child

src/__init__.py:2335–2336  ·  view source on GitHub ↗
( self, child)

Source from the content-addressed store, hash-verified

2333 return self
2334
2335 def append_child( self, child):
2336 mupdf.fz_dom_append_child( self.this, child.this)
2337
2338 def append_styled_span(self, style):
2339 span = self.create_element("span")

Callers 15

add_bullet_listMethod · 0.95
add_codeblockMethod · 0.95
add_description_listMethod · 0.95
add_divisionMethod · 0.95
add_headerMethod · 0.95
add_horizontal_lineMethod · 0.95
add_imageMethod · 0.95
add_list_itemMethod · 0.95
add_number_listMethod · 0.95
add_paragraphMethod · 0.95
add_spanMethod · 0.95
insert_textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected