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

Method __iter__

src/docx/shape.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 return InlineShape(inline)
37
38 def __iter__(self):
39 return (InlineShape(inline) for inline in self._inline_lst)
40
41 def __len__(self):
42 return len(self._inline_lst)

Callers

nothing calls this directly

Calls 1

InlineShapeClass · 0.85

Tested by

no test coverage detected