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

Method process

python/mlx/_distributed_utils/launch.py:27–29  ·  view source on GitHub ↗

Return the Popen object that refers to the current command.

(self)

Source from the content-addressed store, hash-verified

25class CommandProcess:
26 @property
27 def process(self):
28 """Return the Popen object that refers to the current command."""
29 raise NotImplementedError()
30
31 @property
32 def exit_status(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected