Lines Matching full:world
39 dict_a = {'hello': 'world'}
43 'hello': 'world',
51 dict_a = {'hello': 'world'}
55 'hello': 'world',
63 dict_a = {'hello': 'world'}
70 dict_a = OrderedDict({'hello': 'world'})
75 'hello': 'world',
84 dict_a = OrderedDict({'hello': 'world'})
89 'hello': 'world',
98 dict_a = OrderedDict({'hello': 'world'})
107 dict_a = {'hello': 'world'}
123 dict_a = {'hello': ['world']}
126 expected = {'hello': ['world', 'bar']}
131 dict_a = {'hello': ['world']}
132 dict_b = {'hello': ['world']}
134 expected = {'hello': ['world']}
150 dict_a = {'hello': 'world'}
175 'hello': 'world',
189 'hello': 'world',
233 settings['hello'] = 'world'
240 self.assertEqual(settings_dict['hello'], 'world')
249 settings['hello'] = 'world'
252 self.assertEqual(settings_dict['hello'], 'world')