Home | Trees | Indices | Help |
|
---|
|
1 2 from camelot.view.model_thread import post 3 from choiceseditor import ChoicesEditor 46158 ChoicesEditor.__init__(self, parent, editable, **kwargs) 9 assert target!=None 10 11 def get_choices(): 12 return [(o, unicode(o)) for o in target.query.all()]13 14 post(get_choices, self.set_choices)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:42:12 2010 | http://epydoc.sourceforge.net |