E0313 invalid-getnewargs-ex-returnedΒΆ

Message

'__getnewargs_ex__ does not return a tuple containing (tuple, dict)'

Description

Used when a __getnewargs_ex__ method returns something which is not of the form tuple(tuple, dict)