Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ label
Method
label
python/src/load.cpp:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
std::string label() const override {
160
return
"python file object"
;
161
}
162
163
private:
164
void _read(char* data, size_t n) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected