Not user callable! Increments the number of open windows Note - there is a bug where this count easily gets out of sync. Issue has been opened already. No ill effects
(self)
| 10167 | |
| 10168 | @classmethod |
| 10169 | def _IncrementOpenCount(self): |
| 10170 | """ |
| 10171 | Not user callable! Increments the number of open windows |
| 10172 | Note - there is a bug where this count easily gets out of sync. Issue has been opened already. No ill effects |
| 10173 | """ |
| 10174 | self.NumOpenWindows += 1 |
| 10175 | # print('+++++ INCREMENTING Num Open Windows = {} ---'.format(Window.NumOpenWindows)) |
| 10176 | |
| 10177 | @classmethod |
| 10178 | def _DecrementOpenCount(self): |
no outgoing calls
no test coverage detected