MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / OnAccept

Method OnAccept

wrappers/Python/CoolProp/GUI/CoolPropGUI.py:77–78  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

75 self.GoButton.Bind(wx.EVT_BUTTON, self.OnAccept)
76
77 def OnAccept(self, event):
78 self.EndModal(wx.ID_OK)
79
80 def layout(self):
81 sizer = wx.FlexGridSizer(cols=2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected