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

Method class

crates/vm/src/builtins/set.rs:158–160  ·  view source on GitHub ↗
(ctx: &Context)

Source from the content-addressed store, hash-verified

156impl PyPayload for PySet {
157 #[inline]
158 fn class(ctx: &Context) -> &'static Py<PyType> {
159 ctx.types.set_type
160 }
161}
162
163impl PyPayload for PyFrozenSet {

Callers 4

reduce_setFunction · 0.45
repr_wtf8Method · 0.45
copyMethod · 0.45
try_from_objectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected