MCPcopy
hub / github.com/jindongwang/transferlearning / write

Method write

code/deep/fixed/utils/util.py:50–53  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

48 self.file = open(fname, mode)
49
50 def write(self, message):
51 self.stdout.write(message)
52 self.file.write(message)
53 self.flush()
54
55 def flush(self):
56 self.stdout.flush()

Callers 15

trainFunction · 0.45
testFunction · 0.45
train.pyFile · 0.45
testingFunction · 0.45
adv_evalMethod · 0.45
trainMethod · 0.45
teacher_trainFunction · 0.45
testingFunction · 0.45
adv_evalMethod · 0.45
trainMethod · 0.45
displayMethod · 0.45
prune_recordMethod · 0.45

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected