MCPcopy Create free account
hub / github.com/awslabs/gap-text2sql / visitModule

Method visitModule

rat-sql-gap/seq2struct/ast_util.py:28–31  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

26 self.fieldless_constructors = {} # type: Dict[str, asdl.Constructor]
27
28 def visitModule(self, mod):
29 # type: (asdl.Module) -> None
30 for dfn in mod.dfns:
31 self.visit(dfn)
32
33 def visitType(self, type_):
34 # type: (asdl.Type) -> None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected