Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyInt_AS_LONG
Function
PyInt_AS_LONG
python27-sys/src/intobject.rs:68–70 ·
view source on GitHub ↗
(io: *mut PyObject)
Source
from the content-addressed store, hash-verified
66
}
67
68
pub unsafe fn PyInt_AS_LONG(io: *mut PyObject) -> c_long {
69
(*(io as *mut PyIntObject)).ob_ival
70
}
Callers
1
value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected