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

Method as_bigint

crates/vm/src/builtins/int.rs:306–308  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

304 }
305
306 pub const fn as_bigint(&self) -> &BigInt {
307 &self.value
308 }
309
310 /// Fast decimal string conversion, using i64 path when possible.
311 #[inline]

Callers 15

seedMethod · 0.80
getrandbitsMethod · 0.80
ioctlMethod · 0.80
try_from_objectMethod · 0.80
getgrgidFunction · 0.80
do_splitFunction · 0.80
argsMethod · 0.80
getintMethod · 0.80
logFunction · 0.80
log2Function · 0.80
log10Function · 0.80
ldexpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected