MCPcopy Create free account
hub / github.com/Image-Py/imagepy / get_para

Function get_para

imagepy/IPy.py:155–161  ·  view source on GitHub ↗
(title, view, para)

Source from the content-addressed store, hash-verified

153 return rst == wx.ID_OK if para!=None else path
154
155def get_para(title, view, para):
156 from .ui.panelconfig import ParaDialog
157 pd = ParaDialog(curapp, title)
158 pd.init_view(view, para)
159 rst = pd.ShowModal()
160 pd.Destroy()
161 return rst == wx.ID_OK
162
163def showtable(data, title):
164 from .core import TablePlus

Callers

nothing calls this directly

Calls 2

init_viewMethod · 0.95
ParaDialogClass · 0.85

Tested by

no test coverage detected