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

Method visitModule

Lib/test/test_asdl_parser.py:108–110  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

106 self.names_with_seq = []
107
108 def visitModule(self, mod):
109 for dfn in mod.dfns:
110 self.visit(dfn)
111
112 def visitType(self, type):
113 self.visit(type.value)

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected