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

Method class

crates/vm/src/builtins/map.rs:23–25  ·  view source on GitHub ↗
(ctx: &Context)

Source from the content-addressed store, hash-verified

21impl PyPayload for PyMap {
22 #[inline]
23 fn class(ctx: &Context) -> &'static Py<PyType> {
24 ctx.types.map_type
25 }
26}
27
28#[derive(FromArgs)]

Callers 1

__reduce__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected