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

Method visitModule

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

Source from the content-addressed store, hash-verified

164 )
165
166 def visitModule(self, mod):
167 for dfn in mod.dfns:
168 self.visit(dfn)
169
170 def visitType(self, type):
171 self.visit(type.value, type.name)

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected