disable raise ... from ... unittest in py3 (but other syntax checks still work)
[cython.git] / tests / compile / extgetitem.pyx
1 cdef class Spam:
2
3     def __getitem__(self, x):
4         pass
5