pyo3/newsfragments/3982.added.md
Lily Foote 009cd32a44
Add into_mapping and into_sequence methods to Bound types (#3982)
* Add Bound<'py, PyDict>.into_mapping method

* Add Bound<'py, PyTuple>.into_sequence method

* Add Bound<'py, PyList>.into_sequence method

* Add newsfragment

* Add tests for into_mapping and into_sequence
2024-03-23 01:13:24 +00:00

120 B

Added Bound<'py, PyDict>::into_mapping, Bound<'py, PyList>::into_sequence and Bound<'py, PyTuple>::into_sequence.