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

Method visitProduct

Parser/asdl_c.py:264–265  ·  view source on GitHub ↗
(self, product, name, depth)

Source from the content-addressed store, hash-verified

262 self.emit("", depth)
263
264 def visitProduct(self, product, name, depth):
265 self.emit_sequence_constructor(name, depth)
266
267class StructVisitor(EmitVisitor):
268 """Visitor to generate typedefs for AST."""

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected