Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
print_log(string, log):
11
print (string)
12
with
open(log,
'w+'
)
as
f:
13
f.write(string)
14
15
16
def
time_string():
Callers
2
main
Function · 0.90
train
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected