Skip to content

Instantly share code, notes, and snippets.

@petehuang
Created May 16, 2015 02:03
Show Gist options
  • Save petehuang/5b3fc06cdb1fa4cf338b to your computer and use it in GitHub Desktop.
Save petehuang/5b3fc06cdb1fa4cf338b to your computer and use it in GitHub Desktop.
output from 'print field':
<UnboundField(SelectField, (u'etsdfasdf',), {'widget': <wtforms.widgets.core.ListWidget object at 0x1072b2c10>, 'option_widget': <wtforms.widgets.core.CheckboxInput object at 0x1072b2890>})>
output from 'print field.choices':
[(3, u'demoanswer2'), (5, u'demoanswer4')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment