invalid-index-returned / E0305#

Message emitted:

__index__ does not return int

Description:

Used when an __index__ method returns something which is not an integer

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Created by the classes checker.