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

Class DummyEntry

gui/builtinAdditionPanes/commandView.py:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class DummyEntry:
43
44 def __init__(self, txt):
45 self.item = DummyItem(txt)
46
47
48class CommandViewDrop(wx.DropTarget):

Callers 1

refreshContentsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected