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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/GQS5KVH36SHGTIRQZ63IGNCTZ6KESQXR/

Reply via email to