我们从Python开源项目中,提取了以下5个代码示例,用于说明如何使用symbol.continue_stmt()。
def continue_stmt(self, nodelist): return Continue(lineno=nodelist[0][2])