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

Method visitModule

Parser/asdl_c.py:241–243  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

239
240class SequenceDefVisitor(EmitVisitor):
241 def visitModule(self, mod):
242 for dfn in mod.dfns:
243 self.visit(dfn)
244
245 def visitType(self, type, depth=0):
246 self.visit(type.value, type.name, depth)

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected