()
| 252 | |
| 253 | @chose_impl |
| 254 | def get_client_val(): |
| 255 | res = yield next_client_event() |
| 256 | assert res['event'] == 'js_yield', "Internal Error, please report this bug on " \ |
| 257 | "https://github.com/wang0618/PyWebIO/issues" |
| 258 | return res['data'] |
| 259 | |
| 260 | |
| 261 | @chose_impl |
no test coverage detected
searching dependent graphs…