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

Method visitProduct

Parser/asdl_c.py:728–729  ·  view source on GitHub ↗
(self, prod, name)

Source from the content-addressed store, hash-verified

726 self.visit(type.value, type.name)
727
728 def visitProduct(self, prod, name):
729 self.emit_sequence_constructor(name, get_c_type(name))
730
731 def visitSum(self, sum, name):
732 if not is_simple(sum):

Callers

nothing calls this directly

Calls 2

get_c_typeFunction · 0.85

Tested by

no test coverage detected