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

Method class

crates/vm/src/builtins/enumerate.rs:28–30  ·  view source on GitHub ↗
(ctx: &Context)

Source from the content-addressed store, hash-verified

26impl PyPayload for PyEnumerate {
27 #[inline]
28 fn class(ctx: &Context) -> &'static Py<PyType> {
29 ctx.types.enumerate_type
30 }
31}
32
33#[derive(FromArgs)]

Callers 1

__reduce__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected