Python Mapping

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 May 12 15:49
Editor
Edited
Edited
2024 May 12 15:52
Refs
It refers to a container object that supports arbitrary key searches and overrides the methods of the Mapping or MutableMapping abstract class.
  • dict
  • collections.defaultdict
  • collections.OrderedDict
  • collections.Counter
Python Mappings
 
 
 
 
 
 

Recommendations