Lines Matching full:__ref
1401 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)}1404 return self.__ref.copy()1408 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3}1411 return self.__ref.copy()