MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / close_popup

Function close_popup

pywebio/output.py:2047–2052  ·  view source on GitHub ↗

Close the current popup window. See also: `popup()`

()

Source from the content-addressed store, hash-verified

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

Callers 2

targetFunction · 0.85
show_popupFunction · 0.85

Calls 1

send_msgFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…