Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
use self::types::{PyBaseException, PyBaseExceptionRef};
2
use crate::common::lock::PyRwLock;
3
use crate::object::{Traverse, TraverseFn};
4
use crate::{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected