Skip to content

PyEllipsis type #2906

@samuelcolvin

Description

@samuelcolvin

Would be great to have an Ellipsis type, aka ... in python.

The ffi type seems to exist

pub unsafe fn Py_Ellipsis() -> *mut PyObject {
addr_of_mut_shim!(_Py_EllipsisObject)
}

But I'm not sure how I would use it in safe rust code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions