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

Method PrintOptionsContext

python/src/print.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 mx::PrintOptions old_options;
18 mx::PrintOptions new_options;
19 PrintOptionsContext(mx::PrintOptions p) : new_options(p) {}
20 PrintOptionsContext& enter() {
21 old_options = mx::get_global_formatter().format_options;
22 mx::set_printoptions(new_options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected