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

Method DoCallback

gui/builtinShipBrowser/sfBrowserItem.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 return self.callback
48
49 def DoCallback(self):
50 if self.callback:
51 self.callback()
52
53 def SetState(self, state=BTN_NORMAL):
54 self.state = state

Callers 1

OnLeftUpMethod · 0.80

Calls 1

callbackMethod · 0.80

Tested by

no test coverage detected