(id, state, flush=True)
| 27 | Log('err:'+msg, flush) |
| 28 | |
| 29 | def SetState(id, state, flush=True): |
| 30 | if EDITOR_MODE: |
| 31 | Log('status:'+str(id)+':'+str(state), flush) |
| 32 | |
| 33 | def SendChartData(id, name, value, color='#3e95cd', flush=True): |
| 34 | if EDITOR_MODE: |
no test coverage detected