MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / __init__

Method __init__

utils/general_utils.py:150–151  ·  view source on GitHub ↗
(self, silent)

Source from the content-addressed store, hash-verified

148 old_f = sys.stdout
149 class F:
150 def __init__(self, silent):
151 self.silent = silent
152
153 def write(self, x):
154 if not self.silent:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected