Home
last modified time | relevance | path

Searched defs:__ref (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_weakref.py1458 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in WeakValueDictionaryTestCase
1465 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in WeakKeyDictionaryTestCase
/external/python/cpython3/Lib/test/
Dtest_weakref.py1918 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in WeakValueDictionaryTestCase
1925 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in WeakKeyDictionaryTestCase