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:367–369 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
365
return
_Column(gridCol, self)
366
367
def
__iter__(self):
368
for
gridCol in self._gridCol_lst:
369
yield
_Column(gridCol, self)
370
371
def
__len__(self):
372
return
len(self._gridCol_lst)
Callers
nothing calls this directly
Calls
1
_Column
Class · 0.85
Tested by
no test coverage detected