Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ from_row
Method
from_row
Tools/c-analyzer/c_parser/info.py:205–207 ·
view source on GitHub ↗
(cls, row, **markers)
Source
from the content-addressed store, hash-verified
203
204
@classmethod
205
def
from_row(cls, row, **markers):
206
row = _tables.fix_row(row, **markers)
207
return
cls(*row)
208
209
# We have to provide _make() because we implemented __new__().
210
Callers
3
_iter_ignored
Function · 0.45
read_parsed
Function · 0.45
iter_decls_tsv
Function · 0.45
Calls
1
cls
Class · 0.50
Tested by
no test coverage detected