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

Method label

python/src/load.cpp:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 std::string label() const override {
394 return "python file object";
395 }
396
397 private:
398 nb::object pyostream_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected