Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/builtins/zip.rs:22–24 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
20
impl PyPayload for PyZip {
21
#[inline]
22
fn class(ctx: &Context) -> &'static Py<PyType> {
23
ctx.types.zip_type
24
}
25
}
26
27
#[derive(FromArgs)]
Callers
1
__reduce__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected