MCPcopy 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
30void init_print(nb::module_& m) {

Callers

nothing calls this directly

Calls 1

set_printoptionsFunction · 0.85

Tested by

no test coverage detected