<div dir="ltr">I mean a class that implements the Sequence protocol lazily — just like range.  It should use multiplication to avoid precision errors.<div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 9, 2015 at 12:26 PM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Jan 10, 2015 at 4:21 AM, Chris Barker <<a href="mailto:chris.barker@noaa.gov">chris.barker@noaa.gov</a>> wrote:<br>
> numpy arrays are a python sequence -- what do you mean here? Did you mean<br>
> iterator?<br>
<br>
</span>It's a specific protocol:<br>
<br>
<a href="https://docs.python.org/3/glossary.html#term-sequence" target="_blank">https://docs.python.org/3/glossary.html#term-sequence</a><br>
<br>
ChrisA<br>
<span class="im HOEnZb">_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/codeofconduct/</a><br>
<br>
</span><div class="HOEnZb"><div class="h5">--<br>
<br>
---<br>
You received this message because you are subscribed to a topic in the Google Groups "python-ideas" group.<br>
To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/python-ideas/H69Z7qPe0Dg/unsubscribe" target="_blank">https://groups.google.com/d/topic/python-ideas/H69Z7qPe0Dg/unsubscribe</a>.<br>
To unsubscribe from this group and all its topics, send an email to <a href="mailto:python-ideas%2Bunsubscribe@googlegroups.com">python-ideas+unsubscribe@googlegroups.com</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
</div></div></blockquote></div><br></div></div>