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

Method visit_Global

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

Source from the content-addressed store, hash-verified

919 self.traverse(node.msg)
920
921 def visit_Global(self, node):
922 self.fill("global ")
923 self.interleave(lambda: self.write(", "), self.write, node.names)
924
925 def visit_Nonlocal(self, node):
926 self.fill("nonlocal ")

Callers

nothing calls this directly

Calls 3

fillMethod · 0.95
interleaveMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected