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

Method parse

Tools/c-analyzer/c_common/tables.py:291–296  ·  view source on GitHub ↗
(cls, specstr)

Source from the content-addressed store, hash-verified

289
290 @classmethod
291 def parse(cls, specstr):
292 parsed = cls._parse(specstr)
293 if not parsed:
294 return None
295 *values, _ = parsed
296 return cls(*values)
297
298 @classmethod
299 def _parse(cls, specstr):

Callers

nothing calls this directly

Calls 2

clsClass · 0.50
_parseMethod · 0.45

Tested by

no test coverage detected