MCPcopy Index your code
hub / github.com/python-openxml/python-docx / image

Method image

src/docx/parts/image.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64
65 @property
66 def image(self) -> Image:
67 if self._image is None:
68 self._image = Image.from_blob(self.blob)
69 return self._image
70
71 @classmethod
72 def load(cls, partname: PackURI, content_type: str, blob: bytes, package: OpcPackage):

Callers

nothing calls this directly

Calls 1

from_blobMethod · 0.80

Tested by

no test coverage detected