MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_arg

Method get_arg

crates/vm/src/exceptions.rs:584–586  ·  view source on GitHub ↗
(&self, idx: usize)

Source from the content-addressed store, hash-verified

582 }
583
584 pub fn get_arg(&self, idx: usize) -> Option<PyObjectRef> {
585 self.args.read().get(idx).cloned()
586 }
587}
588
589#[pyclass(

Callers 11

py_err_to_js_errFunction · 0.45
make_arg_getterFunction · 0.45
__reduce__Method · 0.45
execute_instructionMethod · 0.45
deriveMethod · 0.45
__str__Method · 0.45
slot_reprMethod · 0.45
get_exceptions_tupleFunction · 0.45
from_pyresultMethod · 0.45
from_getitem_resultMethod · 0.45

Calls 2

getMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected