MCPcopy Create free account
hub / github.com/OpenGVLab/UniFormerV2 / print_pass

Function print_pass

slowfast/utils/logging.py:24–25  ·  view source on GitHub ↗
(*objects, sep=" ", end="\n", file=sys.stdout, flush=False)

Source from the content-addressed store, hash-verified

22 """
23
24 def print_pass(*objects, sep=" ", end="\n", file=sys.stdout, flush=False):
25 pass
26
27 builtins.print = print_pass
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected