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

Method visitType

Parser/asdl_c.py:274–275  ·  view source on GitHub ↗
(self, type, depth=0)

Source from the content-addressed store, hash-verified

272 self.visit(dfn)
273
274 def visitType(self, type, depth=0):
275 self.visit(type.value, type.name, depth)
276
277 def visitSum(self, sum, name, depth):
278 if not is_simple(sum):

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected