MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / cmd_print

Method cmd_print

gui/devTools.py:94–97  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

92 print(None)
93
94 def cmd_print(self, evt):
95 print("=" * 20)
96 for x in self.mainFrame.command.GetCommands():
97 print("{}{} {}".format("==> " if x == self.mainFrame.command.GetCurrentCommand() else "", x.GetName(), x))
98
99 def gc_collect(self, evt):
100 print(gc.collect())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected