##// END OF EJS Templates
support iterators in view.map...
support iterators in view.map Some objects are not sliceable (e.g. xrange). For these, fall back on itertools.islice. tests included reported on IRC by @juliantaylor

File last commit:

r3408:261328d5
r5560:a3ee8de9
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *