MCPcopy Create free account
hub / github.com/ml-explore/mlx / preprocess_output

Method preprocess_output

python/mlx/_distributed_utils/launch.py:37–40  ·  view source on GitHub ↗

Preprocess the output of the command so that extra data can be capture or the format changed on the fly.

(self, data: str, is_stdout=False)

Source from the content-addressed store, hash-verified

35 raise NotImplementedError()
36
37 def preprocess_output(self, data: str, is_stdout=False):
38 """Preprocess the output of the command so that extra data can be
39 capture or the format changed on the fly."""
40 raise NotImplementedError()
41
42 def terminate(self):
43 """Terminate or return the exit code."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected