July 24, 2019
6:27 a.m.
24.07.19 13:33, Rob Cliffe via Python-Dev пише:
Naive question: Is there a way (in Python) to get at the underlying dict from a dict.values object, or more generally from any dict view object?
No, there is not. As well as there is no way to get at the underlying list, tuple, dict from corresponding iterators.