MCPcopy Index your code
hub / github.com/RustPython/RustPython / exceptions.rs

File exceptions.rs

crates/vm/src/exceptions.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use self::types::{PyBaseException, PyBaseExceptionRef};
2use crate::common::lock::PyRwLock;
3use crate::object::{Traverse, TraverseFn};
4use crate::{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected