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

Method visit_For

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

Source from the content-addressed store, hash-verified

1050 self._write_docstring_and_traverse_body(node)
1051
1052 def visit_For(self, node):
1053 self._for_helper("for ", node)
1054
1055 def visit_AsyncFor(self, node):
1056 self._for_helper("async for ", node)

Callers

nothing calls this directly

Calls 1

_for_helperMethod · 0.95

Tested by

no test coverage detected