Searched refs:keyrefs (Results 1 – 9 of 9) sorted by relevance
450 def keyrefs(self): member in WeakKeyDictionary
171 .. method:: WeakKeyDictionary.keyrefs()193 :meth:`keyrefs` methods of :class:`WeakKeyDictionary` objects.
464 def keyrefs(self): member in WeakKeyDictionary
1241 refs = dict.keyrefs()1254 self.assertEqual(len(list(dict.keyrefs())), len(objects))1255 for wr in dict.keyrefs():
177 .. method:: WeakKeyDictionary.keyrefs()196 same issues as the :meth:`keyrefs` method of :class:`WeakKeyDictionary`
1061 refs = dict.keyrefs()
1636 :meth:`keyrefs` methods were added to :class:`WeakKeyDictionary`, and
1637 :meth:`keyrefs` methods were added to :class:`WeakKeyDictionary`, and
2934 Added check for keyrefs with references to keyrefs.2943 can lead to a scenario, where keyrefs resolve perfectly, even