Код: Выделить всё
bOnce: bool = True
bAct: bool = False
while (bOnce):
bOnce = False
if (self.isEmpty()):
break
# end_if
if (self._iIndex >= self._count):
# log message
break
# end_if
# perform action here or elsewhere
bAct = True
# end_while
if (bAct):
...
Я только что видел ответ Гьонса на сообщение, почти ответ.>
Подробнее здесь: https://stackoverflow.com/questions/798 ... statements
Мобильная версия