Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dgrunwald/rust-cpython
/ PyCode_GetNumFree
Function
PyCode_GetNumFree
python27-sys/src/code.rs:104–106 ·
view source on GitHub ↗
(op: *mut PyCodeObject)
Source
from the content-addressed store, hash-verified
102
103
#[inline]
104
pub unsafe fn PyCode_GetNumFree(op: *mut PyCodeObject) -> Py_ssize_t {
105
crate::tupleobject::PyTuple_GET_SIZE((*op).co_freevars)
106
}
Callers
nothing calls this directly
Calls
1
PyTuple_GET_SIZE
Function · 0.70
Tested by
no test coverage detected