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

Method visit_Break

Lib/_ast_unparse.py:288–289  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

286 self.fill("pass")
287
288 def visit_Break(self, node):
289 self.fill("break")
290
291 def visit_Continue(self, node):
292 self.fill("continue")

Callers

nothing calls this directly

Calls 1

fillMethod · 0.95

Tested by

no test coverage detected