Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
impl IntoPyNoResult for () {
142
#[inline]
143
fn into_noresult(self) -> PyResult<()> {
144
Ok(())
145
}
146
}
147
148
impl IntoPyNoResult for PyResult<()> {
Callers
1
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected