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

Method visit_Continue

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

Source from the content-addressed store, hash-verified

905 self.fill("break")
906
907 def visit_Continue(self, node):
908 self.fill("continue")
909
910 def visit_Delete(self, node):
911 self.fill("del ")

Callers

nothing calls this directly

Calls 1

fillMethod · 0.95

Tested by

no test coverage detected