MCPcopy 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

134impl ArgIndex {
135 #[inline]
136 pub fn into_int_ref(self) -> PyIntRef {
137 self.value
138 }
139}
140
141impl AsRef<PyIntRef> for ArgIndex {

Callers 11

handle_defaultFunction · 0.80
nextafterFunction · 0.80
isqrtFunction · 0.80
gcdFunction · 0.80
lcmFunction · 0.80
permFunction · 0.80
combFunction · 0.80
hexFunction · 0.80
octFunction · 0.80
indicesMethod · 0.80
__mul__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected