Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_int_ref
Method
into_int_ref
crates/vm/src/function/number.rs:136–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
impl ArgIndex {
135
#[inline]
136
pub fn into_int_ref(self) -> PyIntRef {
137
self.value
138
}
139
}
140
141
impl AsRef<PyIntRef> for ArgIndex {
Callers
11
handle_default
Function · 0.80
nextafter
Function · 0.80
isqrt
Function · 0.80
gcd
Function · 0.80
lcm
Function · 0.80
perm
Function · 0.80
comb
Function · 0.80
hex
Function · 0.80
oct
Function · 0.80
indices
Method · 0.80
__mul__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected