Lines Matching full:references
37 """Mapping class that references values weakly.
192 """Return an iterator that yields the weak references to the values.
194 The references are not guaranteed to be 'live' at the time
195 they are used, so the result of calling the references needs
197 creating references that will cause the garbage collector to
274 """Return a list of weak references to the values.
276 The references are not guaranteed to be 'live' at the time
277 they are used, so the result of calling the references needs
279 creating references that will cause the garbage collector to
320 """ Mapping class that references keys weakly.
423 """Return an iterator that yields the weak references to the keys.
425 The references are not guaranteed to be 'live' at the time
426 they are used, so the result of calling the references needs
428 creating references that will cause the garbage collector to
451 """Return a list of weak references to the keys.
453 The references are not guaranteed to be 'live' at the time
454 they are used, so the result of calling the references needs
456 creating references that will cause the garbage collector to