Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComputationalRobotics/XM-code
/ write
Method
write
utils/io.py:8–11 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
6
self.files = files
7
8
def
write(self, data):
9
for
f in self.files:
10
f.write(data)
11
f.flush()
12
13
def
flush(self):
14
for
f in self.files:
Callers
5
3_test_colmap_glomap.py
File · 0.80
5_test_ceres.py
File · 0.80
save_matrix_to_bin
Function · 0.80
save_array_to_bin
Function · 0.80
create_matrix
Function · 0.80
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected