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

Class UserSignalSendError

crates/vm/src/signal.rs:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159pub struct UserSignalSendError(pub UserSignal);
160
161impl fmt::Debug for UserSignalSendError {
162 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected