MCPcopy Create free account
hub / github.com/scanny/python-pptx / _image_parts

Method _image_parts

src/pptx/package.py:108–113  ·  view source on GitHub ↗

|_ImageParts| object providing access to the image parts in this package.

(self)

Source from the content-addressed store, hash-verified

106
107 @lazyproperty
108 def _image_parts(self):
109 """
110 |_ImageParts| object providing access to the image parts in this
111 package.
112 """
113 return _ImageParts(self)
114
115 @lazyproperty
116 def _media_parts(self):

Callers

nothing calls this directly

Calls 1

_ImagePartsClass · 0.85

Tested by

no test coverage detected