Close the current popup window. See also: `popup()`
()
| 2045 | |
| 2046 | |
| 2047 | def close_popup(): |
| 2048 | """Close the current popup window. |
| 2049 | |
| 2050 | See also: `popup()` |
| 2051 | """ |
| 2052 | send_msg(cmd='close_popup') |
| 2053 | |
| 2054 | |
| 2055 | def toast(content: str, duration: float = 2, position: str = 'center', color: str = 'info', |
no test coverage detected
searching dependent graphs…