Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change It not possible to read `keys_sorted` in the python API ### What changes are included in this PR? - expose keys_sorted in `cdef class MapType` / types.pxi - add tests ### Are these changes tested? yes ### Are there any user-facing changes? We're exposing keys_sorted but I guess the documentation will update itself from the `"""` pydoc (?) This is not an API breaking change * Closes: #35112 Authored-by: aandres <aandres@tradewelltech.co> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>
- Loading branch information