Vladimir

11%
Flag icon
The dict instance methods .keys(), .values(), and .items() return instances of classes called dict_keys, dict_values, and dict_items, respectively. These dictionary views are read-only projections of the internal data structures used in the dict implementation.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview