Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ PyException
Class
PyException
crates/vm/src/exceptions.rs:1531–1531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1529
#[derive(Debug)]
1530
#[repr(transparent)]
1531
pub struct PyException(PyBaseException);
1532
1533
#[pyexception(name, base = PyException, ctx =
"stop_iteration"
)]
1534
#[derive(Debug)]
Callers
1
py_new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected