MCPcopy Create free account
hub / github.com/Kitware/COAT / print

Function print

utils/utils.py:278–281  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

276 builtin_print = __builtin__.print
277
278 def print(*args, **kwargs):
279 force = kwargs.pop("force", False)
280 if is_master or force:
281 builtin_print(*args, **kwargs)
282
283 __builtin__.print = print
284

Callers 10

mainFunction · 0.85
eval_detectionFunction · 0.85
eval_search_cuhkFunction · 0.85
eval_search_prwFunction · 0.85
train_one_epochFunction · 0.85
log_everyMethod · 0.85
init_distributed_modeFunction · 0.85
resume_from_ckptFunction · 0.85
km.pyFile · 0.85
print_statisticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected