MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577674.py

File recipe-577674.py

recipes/Python/577674_Bitmap_Maker/recipe-577674.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def main(width, height, colors):
2 size = height * width
3 array = [0] * size
4 create_image(array, width)

Callers

nothing calls this directly

Calls 3

ColorClass · 0.70
mainFunction · 0.70
itemsMethod · 0.45

Tested by

no test coverage detected