MCPcopy Create free account
hub / github.com/EmbodiedGPT/EmbodiedGPT_Pytorch / __init__

Method __init__

robohusky/utils.py:77–81  ·  view source on GitHub ↗
(self, logger, log_level=logging.INFO)

Source from the content-addressed store, hash-verified

75 """
76
77 def __init__(self, logger, log_level=logging.INFO):
78 self.terminal = sys.stdout
79 self.logger = logger
80 self.log_level = log_level
81 self.linebuf = ""
82
83 def __getattr__(self, attr):
84 return getattr(self.terminal, attr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected