Home | History | Annotate | Download | only in test

Lines Matching full:__ref

1696     __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)}
1699 return self.__ref.copy()
1703 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3}
1706 return self.__ref.copy()