Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coperception/star
/ print_and_write_log
Function
print_and_write_log
completion/test_codet.py:450–452 ·
view source on GitHub ↗
(log_str)
Source
from the content-addressed store, hash-verified
448
log_file = open(log_file_path,
"w"
)
449
450
def
print_and_write_log(log_str):
451
print(log_str)
452
log_file.write(log_str +
"\n"
)
453
454
mean_ap_local = []
455
# local mAP evaluation
Callers
1
main
Function · 0.85
Calls
1
print
Function · 0.85
Tested by
no test coverage detected