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

Method flush

config.py:293–298  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 self.level(message.replace("\n", ""))
292
293 def flush(self):
294 # create a flush method so things can be flushed when
295 # the system wants to. Not sure if simply 'printing'
296 # sys.stderr is the correct way to do it, but it seemed
297 # to work properly for me.
298 self.level(sys.stderr)

Callers 15

update_dbFunction · 0.80
_copyItemFunction · 0.80
hardcodeSovUpgradeBuffsFunction · 0.80
DoMethod · 0.80
UndoMethod · 0.80
DoMethod · 0.80
UndoMethod · 0.80
DoMethod · 0.80
UndoMethod · 0.80

Calls 1

levelMethod · 0.80

Tested by

no test coverage detected