Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
seed
Method · 0.80
getrandbits
Method · 0.80
ioctl
Method · 0.80
try_from_object
Method · 0.80
getgrgid
Function · 0.80
do_split
Function · 0.80
args
Method · 0.80
getint
Method · 0.80
log
Function · 0.80
log2
Function · 0.80
log10
Function · 0.80
ldexp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected