Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ visit_Continue
Method
visit_Continue
Lib/_ast_unparse.py:291–292 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
289
self.fill(
"break"
)
290
291
def
visit_Continue(self, node):
292
self.fill(
"continue"
)
293
294
def
visit_Delete(self, node):
295
self.fill(
"del "
)
Callers
nothing calls this directly
Calls
1
fill
Method · 0.95
Tested by
no test coverage detected