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.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/GQS5KVH36SHGTIRQZ63IGNCTZ6KESQXR/

Reply via email to