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

Method visitProduct

Parser/asdl_c.py:190–193  ·  view source on GitHub ↗
(self, product, name)

Source from the content-addressed store, hash-verified

188 self.visitFields(constructor.fields)
189
190 def visitProduct(self, product, name):
191 self.metadata.types.add(name)
192 self.visitFields(product.attributes)
193 self.visitFields(product.fields)
194
195 def visitFields(self, fields):
196 for field in fields:

Callers

nothing calls this directly

Calls 2

visitFieldsMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected