Parent: [f6d8a7] (diff)
Download this file
1 2 3 4 5 6 7 8
import ew class GitRevisionWidget(ew.Widget): template='jinja:git_widgets/revision.html' params=['value', 'prev', 'next'] value=None prev=() next=()