r_newstyleclass.pyx 120 Bytes
Newer Older
Stefan Behnel's avatar
Stefan Behnel committed
1 2 3 4 5
class Inquisition(object):
    """Something that nobody expects."""

    def __repr__(self):
        return "Surprise!"