MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / visit_Module

Method visit_Module

tools/python-3.11.9-amd64/Lib/ast.py:828–834  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

826 self.traverse(node.body)
827
828 def visit_Module(self, node):
829 self._type_ignores = {
830 ignore.lineno: f"ignore{ignore.tag}"
831 for ignore in node.type_ignores
832 }
833 self._write_docstring_and_traverse_body(node)
834 self._type_ignores.clear()
835
836 def visit_FunctionType(self, node):
837 with self.delimit("(", ")"):

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected