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

Method exact_dict

crates/vm/src/builtins/dict.rs:620–622  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

618impl Py<PyDict> {
619 #[inline]
620 fn exact_dict(&self, vm: &VirtualMachine) -> bool {
621 self.class().is(vm.ctx.types.dict_type)
622 }
623
624 fn missing_opt<K: DictKey + ?Sized>(
625 &self,

Callers 8

get_item_optMethod · 0.80
hint_for_keyMethod · 0.80
get_item_opt_hintMethod · 0.80
get_itemMethod · 0.80
set_itemMethod · 0.80
del_itemMethod · 0.80
pop_itemMethod · 0.80
get_chainMethod · 0.80

Calls 2

isMethod · 0.80
classMethod · 0.45

Tested by

no test coverage detected