anonstream/anonstream/utils/__init__.py

3 行
68 B
Python

def listmap(*args, **kwargs):
return list(map(*args, **kwargs))