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

Function Py_Ellipsis

python3-sys/src/sliceobject.rs:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11#[inline(always)]
12pub unsafe fn Py_Ellipsis() -> *mut PyObject {
13 &mut _Py_EllipsisObject
14}
15
16#[cfg_attr(windows, link(name = "pythonXY"))]
17extern "C" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected