Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ remove_attribute
Method
remove_attribute
src/__init__.py:2466–2468 ·
view source on GitHub ↗
( self, key)
Source
from the content-addressed store, hash-verified
2464
mupdf.fz_dom_remove( self.this)
2465
2466
def
remove_attribute( self, key):
2467
assert key
2468
mupdf.fz_dom_remove_attribute( self.this, key)
2469
2470
@property
2471
def
root( self):
Callers
2
add_class
Method · 0.95
add_style
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected