MCPcopy 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
415def generateContinueStatement(node):
416 return [
417 ast.Continue()
418 ]
419
420def generateAstStatement(sploot_node):
421 if sploot_node["type"] == "PYTHON_STATEMENT":

Callers 1

generateAstStatementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected