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

Method add_description_list

src/__init__.py:2195–2199  ·  view source on GitHub ↗

Add description list ("dl" tag)

(self)

Source from the content-addressed store, hash-verified

2193 return child
2194
2195 def add_description_list(self):
2196 """Add description list ("dl" tag)"""
2197 child = self.create_element("dl")
2198 self.append_child(child)
2199 return child
2200
2201 def add_division(self):
2202 """Add "div" tag"""

Callers

nothing calls this directly

Calls 2

create_elementMethod · 0.95
append_childMethod · 0.95

Tested by

no test coverage detected