fe67210d77
do not overload __len__, __iter__, __reversed__ as not all valid expressions (ints and bools) have them. furthermore len([]) is and should be different from flen([]) (the later raises an error). keep __getitem__ as an exception that proves the rule ;) |
||
---|---|---|
.. | ||
__init__.py | ||
support.py | ||
test_coding.py | ||
test_cordic.py | ||
test_fifo.py | ||
test_size.py | ||
test_sort.py |