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

Method write

config.py:287–291  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

285 self.level = level
286
287 def write(self, message):
288 # if statement reduces the amount of newlines that are
289 # printed to the logger
290 if message.strip() != '':
291 self.level(message.replace("\n", ""))
292
293 def flush(self):
294 # create a flush method so things can be flushed when

Callers 3

defPathsFunction · 0.45
OnShowExportDialogMethod · 0.45
runMethod · 0.45

Calls 2

levelMethod · 0.80
replaceMethod · 0.80

Tested by

no test coverage detected