MCPcopy Index your code
hub / github.com/RustPython/RustPython / __suppress_context__

Method __suppress_context__

crates/vm/src/exceptions.rs:655–657  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

653
654 #[pygetset]
655 pub(super) fn __suppress_context__(&self) -> bool {
656 self.suppress_context.load()
657 }
658
659 #[pygetset(name = "__suppress_context__", setter)]
660 fn set_suppress_context(&self, suppress_context: bool) {

Callers 1

serializeMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected