##// 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:

r4053:b45902e3
r5560:a3ee8de9
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *