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

Method gc_collect

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

Source from the content-addressed store, hash-verified

97 print("{}{} {}".format("==> " if x == self.mainFrame.command.GetCurrentCommand() else "", x.GetName(), x))
98
99 def gc_collect(self, evt):
100 print(gc.collect())
101 print(gc.get_debug())
102 print(gc.get_stats())
103
104 def fit_test(self, evt):
105 fits = eos.db.getFitList()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected