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

Method visitModule

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

Source from the content-addressed store, hash-verified

345 """Generate function prototypes for the .h file"""
346
347 def visitModule(self, mod):
348 for dfn in mod.dfns:
349 self.visit(dfn)
350
351 def visitType(self, type):
352 self.visit(type.value, type.name)

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected