Dave Halter
|
e7e7bd29e8
|
fix generator tests (multiple yields must be called with an if random.
|
2014-08-06 12:45:38 +02:00 |
|
Dave Halter
|
9cffbef608
|
tests for generator to tuple assignment as well as generator comprehensions
|
2014-06-10 00:40:38 +02:00 |
|
Dave Halter
|
e587b876b6
|
tests and improvements for __next__ and send generator methods
|
2014-01-23 20:02:36 +01:00 |
|
Dave Halter
|
6f2c1397b0
|
autocompletion diggs now pretty deep for generator objects
|
2014-01-23 14:39:00 +01:00 |
|
Dave Halter
|
c6b315aa2e
|
failing test for fucked up generator parents
|
2014-01-23 14:26:04 +01:00 |
|
David Halter
|
d85184d387
|
possible to return dynamic arrays
|
2012-08-22 11:44:45 +02:00 |
|
David Halter
|
024cc78b2c
|
implemented __next__ method
|
2012-08-08 15:56:59 +02:00 |
|
David Halter
|
b2abf241ae
|
more tests for next/iter combinations
|
2012-08-07 00:49:36 +02:00 |
|
David Halter
|
f935d4ff53
|
implemented __iter__
|
2012-08-06 23:21:42 +02:00 |
|
David Halter
|
e4739fddf9
|
generators are now working with arguments (yield stmts)
|
2012-07-10 13:36:36 +02:00 |
|
David Halter
|
19a5d788c4
|
generators can now be indexed, don't know if this is a good thing. however, it fixes some problems with lists
|
2012-06-27 14:35:12 +02:00 |
|