Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-openxml/python-docx
/ __iter__
Method
__iter__
src/docx/table.py:528–529 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
526
return
list(self)[idx]
527
528
def
__iter__(self):
529
return
(_Row(tr, self)
for
tr in self._tbl.tr_lst)
530
531
def
__len__(self):
532
return
len(self._tbl.tr_lst)
Callers
nothing calls this directly
Calls
1
_Row
Class · 0.85
Tested by
no test coverage detected