MCPcopy 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_pyobjectMethod · 0.45
as_numberMethod · 0.45
__or__Method · 0.45
__ror__Method · 0.45
as_numberMethod · 0.45
inner_powFunction · 0.45
general_opMethod · 0.45
modpowMethod · 0.45
int.rsFile · 0.45
number_opMethod · 0.45
or_opFunction · 0.45
as_numberMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected