MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

115 old_f = sys.stdout
116 class F:
117 def __init__(self, silent):
118 self.silent = silent
119
120 def write(self, x):
121 if not self.silent:

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected