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

Method _parse_product

Parser/asdl.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 return Sum(sumlist, self._parse_optional_attributes())
322
323 def _parse_product(self):
324 return Product(self._parse_fields(), self._parse_optional_attributes())
325
326 def _parse_fields(self):
327 fields = []

Callers 1

_parse_typeMethod · 0.95

Calls 3

_parse_fieldsMethod · 0.95
ProductClass · 0.85

Tested by

no test coverage detected