Searched refs:GetContainingWhileContext (Results 1 – 4 of 4) sorted by relevance
71 return GetContainingWhileContext(ctxt) is not None178 def GetContainingWhileContext(ctxt, stop_ctxt=None): function278 while_ctxt = GetContainingWhileContext(op_ctxt)279 input_while_ctxt = GetContainingWhileContext(input_ctxt)
146 return control_flow_util.GetContainingWhileContext(ctxt) is None
641 while_ctxt = util.GetContainingWhileContext(
317 control_flow_util.GetContainingWhileContext(ctxt) is not None)