Lines Matching refs:lambda
647 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,649 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,652 register_archive_format('xxx', lambda: x, [(1, 2)], 'xxx file')