Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_suppress_context
Method
set_suppress_context
crates/vm/src/exceptions.rs:660–662 ·
view source on GitHub ↗
(&self, suppress_context: bool)
Source
from the content-addressed store, hash-verified
658
659
#[pygetset(name =
"__suppress_context__"
, setter)]
660
fn set_suppress_context(&self, suppress_context: bool) {
661
self.suppress_context.store(suppress_context);
662
}
663
}
664
665
#[pyclass]
Callers
1
set___cause__
Method · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected