Buffer type checking cleanup/rewrite (now uses use_utility_code)
[cython.git] / tests / broken / r_newstyleclass.pyx
1 class Inquisition(object):
2     """Something that nobody expects."""
3
4     def __repr__(self):
5         return "Surprise!"