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

Method new_dict

crates/vm/src/vm/context.rs:588–590  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

586
587 #[inline(always)]
588 pub fn new_dict(&self) -> PyDictRef {
589 PyDict::default().into_ref(self)
590 }
591
592 pub fn new_class(
593 &self,

Callers 15

inject_moduleMethod · 0.80
inject_js_moduleMethod · 0.80
js_to_pyFunction · 0.80
localeconvFunction · 0.80
get_ciphersMethod · 0.80
cert_store_statsMethod · 0.80
session_statsMethod · 0.80
getpeercertMethod · 0.80
flagsFunction · 0.80
task_step_implFunction · 0.80
build_filter_specFunction · 0.80
_get_proxy_settingsFunction · 0.80

Calls 1

into_refMethod · 0.45

Tested by 1