Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/builtins/dict.rs:76–78 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
74
75
#[inline]
76
fn class(ctx: &Context) -> &'static Py<PyType> {
77
ctx.types.dict_type
78
}
79
80
#[inline]
81
unsafe fn freelist_push(obj: *mut PyObject) -> bool {
Callers
1
exact_dict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected