Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_pyobject
Method
into_pyobject
crates/vm/src/builtins/int.rs:67–69 ·
view source on GitHub ↗
(self, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
65
}
66
67
fn into_pyobject(self, vm: &VirtualMachine) -> PyObjectRef {
68
vm.ctx.new_int(self.value).into()
69
}
70
71
#[inline]
72
unsafe fn freelist_push(obj: *mut PyObject) -> bool {
Callers
15
new
Method · 0.45
fetch
Function · 0.45
load_module
Function · 0.45
blake2b
Function · 0.45
blake2s
Function · 0.45
sha384
Function · 0.45
sha512
Function · 0.45
md5
Function · 0.45
iter
Method · 0.45
__reduce_ex__
Method · 0.45
iter
Method · 0.45
sha224
Function · 0.45
Calls
1
new_int
Method · 0.45
Tested by
no test coverage detected