MCPcopy 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
1008def 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

UcdRecordClass · 0.85
setFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…