MCPcopy Index your code
hub / github.com/python/cpython / from_decls

Method from_decls

Tools/c-analyzer/c_parser/info.py:1392–1393  ·  view source on GitHub ↗
(cls, decls)

Source from the content-addressed store, hash-verified

1390
1391 @classmethod
1392 def from_decls(cls, decls):
1393 return cls(decls)
1394
1395 @classmethod
1396 def from_parsed(cls, items):

Callers 1

from_parsedMethod · 0.80

Calls 1

clsClass · 0.50

Tested by

no test coverage detected