lpf.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:GRIPy 作者: giruenf 项目源码 文件源码
def GetValueFromEditorCtrl(self, editor):
        selected_index = editor.GetSelection()
        #print 'GetValueFromEditorCtrl:', selected_index
        if selected_index == -1:
            return True, wx.EmptyString
        self._value = editor.GetString(selected_index)
        self._value = ObjectManager.get_tid(self._value)
        return True, self._value
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号