Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ not_implemented
Method
not_implemented
crates/vm/src/vm/context.rs:460–462 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
458
459
#[inline(always)]
460
pub fn not_implemented(&self) -> PyObjectRef {
461
self.not_implemented.clone().into()
462
}
463
464
#[inline]
465
pub fn empty_tuple_typed<T>(&self) -> &Py<PyTuple<T>> {
Callers
15
to_pyobject
Method · 0.45
as_number
Method · 0.45
__or__
Method · 0.45
__ror__
Method · 0.45
as_number
Method · 0.45
inner_pow
Function · 0.45
general_op
Method · 0.45
modpow
Method · 0.45
int.rs
File · 0.45
number_op
Method · 0.45
or_op
Function · 0.45
as_number
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected