MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PySequence_Length

Function PySequence_Length

python3-sys/src/objectabstract.rs:193–195  ·  view source on GitHub ↗
(o: *mut PyObject)

Source from the content-addressed store, hash-verified

191
192#[inline]
193pub unsafe fn PySequence_Length(o: *mut PyObject) -> Py_ssize_t {
194 PySequence_Size(o)
195}
196
197#[cfg_attr(windows, link(name = "pythonXY"))]
198extern "C" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected