Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ visit_Break
Method
visit_Break
tools/python-3.11.9-amd64/Lib/ast.py:904–905 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
902
self.fill(
"pass"
)
903
904
def
visit_Break(self, node):
905
self.fill(
"break"
)
906
907
def
visit_Continue(self, node):
908
self.fill(
"continue"
)
Callers
nothing calls this directly
Calls
1
fill
Method · 0.95
Tested by
no test coverage detected