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

Method set_class

crates/vm/src/object/core.rs:1438–1440  ·  view source on GitHub ↗
(&self, typ: PyTypeRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1436 }
1437
1438 pub fn set_class(&self, typ: PyTypeRef, vm: &VirtualMachine) {
1439 self.0.typ.swap_to_temporary_refs(typ, vm);
1440 }
1441
1442 #[deprecated(note = "use downcast_ref_if_exact instead")]
1443 #[inline(always)]

Callers 1

set___class__Method · 0.80

Calls 1

Tested by

no test coverage detected