Lines Matching full:left_count
1244 def writeWithWarning(self,out,warning,left_count,repeat_count):
1251 return left_count
1255 left_count -= 1
1256 if left_count == 0:
1258 left_count = repeat_count
1264 left_count -= 1
1265 if left_count == 0:
1267 left_count = repeat_count
1269 return left_count
1375 left_count = repeat_count
1377 left_count = b.writeWithWarning(out,warning,left_count,repeat_count)