Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ generateContinueStatement
Function
generateContinueStatement
python/text_generator.py:415–418 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
413
]
414
415
def
generateContinueStatement(node):
416
return
[
417
ast.Continue()
418
]
419
420
def
generateAstStatement(sploot_node):
421
if
sploot_node[
"type"
] ==
"PYTHON_STATEMENT"
:
Callers
1
generateAstStatement
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected