|_ImageParts| object providing access to the image parts in this package.
(self)
| 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): |
nothing calls this directly
no test coverage detected