Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_module
Method · 0.80
inject_js_module
Method · 0.80
js_to_py
Function · 0.80
localeconv
Function · 0.80
get_ciphers
Method · 0.80
cert_store_stats
Method · 0.80
session_stats
Method · 0.80
getpeercert
Method · 0.80
flags
Function · 0.80
task_step_impl
Function · 0.80
build_filter_spec
Function · 0.80
_get_proxy_settings
Function · 0.80
Calls
1
into_ref
Method · 0.45
Tested by
1
str_maketrans_and_translate
Function · 0.64