MCPcopy Create free account
hub / github.com/SplootCode/splootcode / generateBreakStatement

Function generateBreakStatement

python/text_generator.py:410–413  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

408 ]
409
410def generateBreakStatement(node):
411 return [
412 ast.Break()
413 ]
414
415def generateContinueStatement(node):
416 return [

Callers 1

generateAstStatementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected