Home | History | Annotate | Download | only in test

Lines Matching refs:divmod

956                           [], [divmod, 'x', 1, 5j, 2j, frozenset()])
960 self.assertCountEqual([1, 'x', divmod, []], [divmod, [], 'x', 1])
962 [], [divmod, [], 'x', 1, 5j, 2j, set()])