anonstream/anonstream/utils/__init__.py

3 行
68 B
Python
Raw 通常表示 履歴

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