( self, key, value)
| 2489 | return self |
| 2490 | |
| 2491 | def set_attribute( self, key, value): |
| 2492 | assert key |
| 2493 | mupdf.fz_dom_add_attribute( self.this, key, value) |
| 2494 | |
| 2495 | def set_bgcolor(self, color): |
| 2496 | """Set background color via CSS style""" |
no outgoing calls
no test coverage detected