Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dgrunwald/rust-cpython
/ PyTuple_GET_SIZE
Function
PyTuple_GET_SIZE
python27-sys/src/tupleobject.rs:45–47 ·
view source on GitHub ↗
(op: *mut PyObject)
Source
from the content-addressed store, hash-verified
43
44
#[inline(always)]
45
pub unsafe fn PyTuple_GET_SIZE(op: *mut PyObject) -> Py_ssize_t {
46
Py_SIZE(op)
47
}
48
49
/// Macro, *only* to be used to fill in brand new tuples
50
#[inline(always)]
Callers
2
PySequence_Fast_GET_SIZE
Function · 0.70
PyCode_GetNumFree
Function · 0.70
Calls
1
Py_SIZE
Function · 0.70
Tested by
no test coverage detected