Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComputationalRobotics/XM-code
/ __init__
Method
__init__
utils/io.py:5–6 ·
view source on GitHub ↗
(self, *files)
Source
from the content-addressed store, hash-verified
3
# for saving output in txt
4
class
Tee:
5
def
__init__(self, *files):
6
self.files = files
7
8
def
write(self, data):
9
for
f in self.files:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected