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