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

File exception_group.rs

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

Source from the content-addressed store, hash-verified

1//! ExceptionGroup implementation for Python 3.11+
2//!
3//! This module implements BaseExceptionGroup and ExceptionGroup with multiple inheritance support.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected