MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / OnData

Method OnData

gui/builtinAdditionPanes/implantView.py:46–55  ·  view source on GitHub ↗
(self, x, y, t)

Source from the content-addressed store, hash-verified

44 self.SetDataObject(self.dropData)
45
46 def OnData(self, x, y, t):
47 if self.GetData():
48 dragged_data = DragDropHelper.data
49
50 if dragged_data is None:
51 return t
52
53 data = dragged_data.split(':')
54 self.dropFn(x, y, data)
55 return t
56
57
58class ImplantView(wx.Panel):

Callers

nothing calls this directly

Calls 1

GetDataMethod · 0.80

Tested by

no test coverage detected