Home | History | Annotate | Download | only in test

Lines Matching refs:fromkeys

4212         self.assertEqual(dict.fromkeys(arg), res)
4213 self.assertEqual({}.fromkeys(arg), res)
4216 descr = dict.__dict__["fromkeys"]