Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ from_row
Function
from_row
Tools/unicode/makeunicodedata.py:1008–1009 ·
view source on GitHub ↗
(row: List[str])
Source
from the content-addressed store, hash-verified
1006
1007
1008
def
from_row(row: List[str]) -> UcdRecord:
1009
return
UcdRecord(*row, None, set(), 0,
"None"
)
1010
1011
1012
# --------------------------------------------------------------------
Callers
1
__init__
Method · 0.85
Calls
2
UcdRecord
Class · 0.85
set
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…