Searched refs:stop_ctxt (Results 1 – 3 of 3) sorted by relevance
51 def GetContainingWhileContext(ctxt, stop_ctxt=None): argument68 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
191 def GetContainingWhileContext(ctxt, stop_ctxt=None): argument208 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
103 while_ctxt.outer_context, stop_ctxt=curr_ctxt)