MCPcopy 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]
104pub 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_SIZEFunction · 0.70

Tested by

no test coverage detected