def save_image()
in
test.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def save_image(path, image): imageio.imwrite(path, image_to_np(image))