MCPcopy 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

table01.pyFile · 0.80
prism.jsFile · 0.80

Calls 1

XmlClass · 0.85

Tested by

no test coverage detected