Lines Matching refs:WeakValueDictionary
38 :class:`WeakKeyDictionary` and :class:`WeakValueDictionary` classes supplied by
42 :class:`WeakValueDictionary`, then when the last remaining references to that
47 :class:`WeakKeyDictionary` and :class:`WeakValueDictionary` use weak references
178 .. class:: WeakValueDictionary([dict])
185 Caution: Because a :class:`WeakValueDictionary` is built on top of a Python
187 difficult to ensure for a :class:`WeakValueDictionary` because actions performed
191 :class:`WeakValueDictionary` objects have the following additional methods.
196 .. method:: WeakValueDictionary.itervaluerefs()
203 .. method:: WeakValueDictionary.valuerefs()
297 This is used in the implementation of the :class:`WeakValueDictionary` to reduce
342 _id2obj_dict = weakref.WeakValueDictionary()