Re: [Cython] Multidimensional indexing of C++ objects

2015-07-04 Thread Stefan Behnel
Michael Enßlin schrieb am 04.07.2015 um 13:18: > Drawback 1) could be solved by declaring the operator as > > cdef inline operator []() > > instead of > > cdef inline __getitem__() But that would even shadow the operator entirely. The __getitem__ method is meant to provide a Python/Cyth

Re: [Cython] Multidimensional indexing of C++ objects

2015-07-04 Thread Michael Enßlin
Drawback 1) could be solved by declaring the operator as cdef inline operator []() instead of cdef inline __getitem__() signature.asc Description: OpenPGP digital signature ___ cython-devel mailing list cython-devel@python.org https://mail.p