Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ exit
Method
exit
python/src/print.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
return *this;
24
}
25
void exit(nb::args) {
26
mx::set_printoptions(old_options);
27
}
28
};
29
30
void init_print(nb::module_& m) {
Callers
nothing calls this directly
Calls
1
set_printoptions
Function · 0.85
Tested by
no test coverage detected