Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_err
Function · 0.45
task_step_handle_exception
Function · 0.45
make_arg_getter
Function · 0.45
__reduce__
Method · 0.45
execute_instruction
Method · 0.45
derive
Method · 0.45
__str__
Method · 0.45
slot_repr
Method · 0.45
get_exceptions_tuple
Function · 0.45
from_pyresult
Method · 0.45
from_getitem_result
Method · 0.45
Calls
2
get
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected