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

Method get_attribute_value

src/__init__.py:2395–2397  ·  view source on GitHub ↗
( self, key)

Source from the content-addressed store, hash-verified

2393 return Xml( ret)
2394
2395 def get_attribute_value( self, key):
2396 assert key
2397 return mupdf.fz_dom_attribute( self.this, key)
2398
2399 def get_attributes( self):
2400 if mupdf.fz_xml_text( self.this):

Callers 4

add_classMethod · 0.95
add_styleMethod · 0.95
set_propertiesMethod · 0.80
add_header_idsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected