-
Notifications
You must be signed in to change notification settings - Fork 952
Description
Would be great to have an Ellipsis type, aka ... in python.
The ffi type seems to exist
pyo3/pyo3-ffi/src/sliceobject.rs
Lines 11 to 13 in 18081ba
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels