Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pymupdf/PyMuPDF
/ clone
Method
clone
src/__init__.py:2350–2352 ·
view source on GitHub ↗
( self)
Source
from the content-addressed store, hash-verified
2348
return
Xml( mupdf.fz_dom_body( self.this))
2349
2350
def
clone( self):
2351
ret = mupdf.fz_dom_clone( self.this)
2352
return
Xml( ret)
2353
2354
@staticmethod
2355
def
color_text(color):
Callers
4
filmfestival-sql.py
File · 0.80
table01.py
File · 0.80
national-capitals.py
File · 0.80
prism.js
File · 0.80
Calls
1
Xml
Class · 0.85
Tested by
no test coverage detected