mirror of
https://github.com/clearml/clearml-server
synced 2025-02-08 05:53:12 +00:00
3 lines
71 B
Python
3 lines
71 B
Python
![]() |
def strict_map(*args, **kwargs):
|
||
|
return list(map(*args, **kwargs))
|