MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / __init__

Method __init__

src/__init__.py:11557–11558  ·  view source on GitHub ↗
(self, **args)

Source from the content-addressed store, hash-verified

11555 class Drawpath(object):
11556 """Reflects a path dictionary from get_cdrawings()."""
11557 def __init__(self, **args):
11558 self.__dict__.update(args)
11559
11560 class Drawpathlist(object):
11561 """List of Path objects representing get_cdrawings() output."""

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected