Results 1 comments of Scott Schneider

pybind11 exposes a [`py::tuple`](https://pybind11.readthedocs.io/en/stable/reference.html#_CPPv45tuple) type on the C++ side, so this should probably be trivial for us to support in the same way we do for lists. I'll investigate.