Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __iter__
Method
__iter__
Tools/unicode/makeunicodedata.py:959–960 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
957
yield
[field.strip()
for
field in line.split(
';'
)]
958
959
def
__iter__(self) -> Iterator[List[str]]:
960
return
self.records()
961
962
def
expanded(self) -> Iterator[Tuple[int, List[str]]]:
963
for
record in self.records():
Callers
nothing calls this directly
Calls
1
records
Method · 0.95
Tested by
no test coverage detected