Query slice/index become non-generative

Issue #1035 resolved
jek created an issue

__getitem__ and __getslice__ should be terminal operators on a Query

  • add : into Returning Lists and Scalars of tutorial?

Comments (3)

  1. Mike Bayer repo owner

    also, make sure that if the size of the slice is zero, an empty iterator is returned.

  2. Log in to comment