MCPcopy 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

5_test_ceres.pyFile · 0.80
save_matrix_to_binFunction · 0.80
save_array_to_binFunction · 0.80
create_matrixFunction · 0.80

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected