mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
3 lines
71 B
Python
3 lines
71 B
Python
|
def strict_map(*args, **kwargs):
|
||
|
return list(map(*args, **kwargs))
|