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

Function Py_Ellipsis

python27-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#[repr(C)]
17#[derive(Copy, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected