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

Method _slide_index

src/pptx/action.py:178–183  ·  view source on GitHub ↗

Position in the slide collection of the slide containing the shape having this click action.

(self)

Source from the content-addressed store, hash-verified

176
177 @lazyproperty
178 def _slide_index(self):
179 """
180 Position in the slide collection of the slide containing the shape
181 having this click action.
182 """
183 return self._slides.index(self._slide)
184
185 @lazyproperty
186 def _slides(self) -> Slides:

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected