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

Method cb

gui/copySelectDialog.py:151–155  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

149 self.waitDialog = None
150
151 def cb(text):
152 if self.waitDialog:
153 del self.waitDialog
154 toClipboard(text)
155 self.EndModal(wx.ID_OK)
156
157 export_options = options.get(selected)
158 if selected == CopySelectDialog.copyFormatMultiBuy and export_options.get(PortMultiBuyOptions.OPTIMIZE_PRICES, False):

Callers

nothing calls this directly

Calls 1

toClipboardFunction · 0.90

Tested by

no test coverage detected