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

Function show_popup

test/13.misc.py:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 @popup('Popup title')
85 def show_popup():
86 put_html('<h3>Popup Content</h3>')
87 put_text('html: <br/>')
88
89 with popup('Popup title') as s:
90 put_html('<h3>Popup Content</h3>')

Callers

nothing calls this directly

Calls 2

put_htmlFunction · 0.85
put_textFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…