Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ref
Method
as_ref
crates/vm/src/function/number.rs:142–144 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
140
141
impl AsRef<PyIntRef> for ArgIndex {
142
fn as_ref(&self) -> &PyIntRef {
143
&self.value
144
}
145
}
146
147
impl From<ArgIndex> for PyIntRef {
Callers
2
to_path_buf
Method · 0.45
zst_ref_out_of_thin_air
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected