Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbodiedGPT/EmbodiedGPT_Pytorch
/ __getattr__
Method
__getattr__
robohusky/utils.py:83–84 ·
view source on GitHub ↗
(self, attr)
Source
from the content-addressed store, hash-verified
81
self.linebuf =
""
82
83
def
__getattr__(self, attr):
84
return
getattr(self.terminal, attr)
85
86
def
write(self, buf):
87
temp_linebuf = self.linebuf + buf
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected