Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ none
Method
none
crates/vm/src/vm/context.rs:455–457 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
453
454
#[inline(always)]
455
pub fn none(&self) -> PyObjectRef {
456
self.none.clone().into()
457
}
458
459
#[inline(always)]
460
pub fn not_implemented(&self) -> PyObjectRef {
Callers
15
js_to_py
Function · 0.80
_servername_callback
Function · 0.80
_msg_callback
Function · 0.80
convert_openssl_error
Function · 0.80
set_verify_error_info
Function · 0.80
recvmsg
Method · 0.80
_generate_suggestions
Function · 0.80
result
Method · 0.80
exception
Method · 0.80
_loop
Method · 0.80
_callbacks
Method · 0.80
_result
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
1
str_maketrans_and_translate
Function · 0.64