File: v_on.py

package info (click to toggle)
python-trame-client 3.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,128 kB
  • sloc: python: 9,609; javascript: 3,897; sh: 9; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
from trame_client.widgets import html
from trame.app import get_server

server = get_server()
print(html.Div(trame_server=server, v_on_click_left_stop_self="hello"))