Module continue_node

Source

Structs§

ContinueNode
Represents a continue node in py_sql. It’s used to skip the current iteration of a loop and proceed to the next one, typically within a foreach block.