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

Method __iter__

src/docx/styles/latent.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 return _LatentStyle(lsdException)
19
20 def __iter__(self):
21 return (_LatentStyle(ls) for ls in self._element.lsdException_lst)
22
23 def __len__(self):
24 return len(self._element.lsdException_lst)

Callers

nothing calls this directly

Calls 1

_LatentStyleClass · 0.85

Tested by

no test coverage detected