MCPcopy Create free account
hub / github.com/cure-lab/deep-active-learning / print_log

Function print_log

utils.py:10–13  ·  view source on GitHub ↗
(string, log)

Source from the content-addressed store, hash-verified

8
9
10def print_log(string, log):
11 print (string)
12 with open(log, 'w+') as f:
13 f.write(string)
14
15
16def time_string():

Callers 2

mainFunction · 0.90
trainMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected