MCPcopy Create free account
hub / github.com/apple/ml-streambridge / __init__

Method __init__

streambridge/utils.py:88–92  ·  view source on GitHub ↗
(self, logger, log_level=logging.INFO)

Source from the content-addressed store, hash-verified

86 """
87
88 def __init__(self, logger, log_level=logging.INFO):
89 self.terminal = sys.stdout
90 self.logger = logger
91 self.log_level = log_level
92 self.linebuf = ""
93
94 def __getattr__(self, attr):
95 return getattr(self.terminal, attr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected