Home | History | Annotate | Download | only in python2.7

Lines Matching defs:keys

28     # An inherited dict maps keys to values.
33 # The internal self.__map dict maps keys to links in a doubly linked list.
100 def keys(self):
101 'od.keys() -> list of keys in od'
113 'od.iterkeys() -> an iterator over the keys in od'
193 '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S.
218 "od.viewkeys() -> a set-like object providing a view on od's keys"
266 raise ValueError('Got unexpected field names: %r' % kwds.keys())
383 or multiset. Elements are stored as dictionary keys and their counts