Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ md5
Function
md5
crates/stdlib/src/md5.rs:9–11 ·
view source on GitHub ↗
(args: HashArgs, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
7
8
#[pyfunction]
9
fn md5(args: HashArgs, vm: &VirtualMachine) -> PyResult {
10
Ok(local_md5(args, vm)?.into_pyobject(vm))
11
}
12
}
Callers
nothing calls this directly
Calls
2
local_md5
Function · 0.85
into_pyobject
Method · 0.45
Tested by
no test coverage detected