MCPcopy Create free account
hub / github.com/RustPython/RustPython / into_noresult

Method into_noresult

crates/vm/src/function/getset.rs:143–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141impl IntoPyNoResult for () {
142 #[inline]
143 fn into_noresult(self) -> PyResult<()> {
144 Ok(())
145 }
146}
147
148impl IntoPyNoResult for PyResult<()> {

Callers 1

setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected