( self, key)
| 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): |
no outgoing calls
no test coverage detected