MCPcopy Create free account
hub / github.com/bic-L/MaxFormer / print

Function print

event/utils.py:195–198  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

193 builtin_print = __builtin__.print
194
195 def print(*args, **kwargs):
196 force = kwargs.pop('force', False)
197 if is_master or force:
198 builtin_print(*args, **kwargs)
199
200 __builtin__.print = print
201

Callers 14

evaluateFunction · 0.70
load_dataFunction · 0.70
mainFunction · 0.70
log_everyMethod · 0.70
init_distributed_modeFunction · 0.70
AslDVSFunction · 0.70
max_former.pyFile · 0.70
ms_qkformer.pyFile · 0.70
mainFunction · 0.50
max_former.pyFile · 0.50
ms_qkformer.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected