MCPcopy 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_ignoredFunction · 0.45
read_parsedFunction · 0.45
iter_decls_tsvFunction · 0.45

Calls 1

clsClass · 0.50

Tested by

no test coverage detected