Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
main(width, height, colors):
2
size = height * width
3
array = [0] * size
4
create_image(array, width)
Callers
nothing calls this directly
Calls
3
Color
Class · 0.70
main
Function · 0.70
items
Method · 0.45
Tested by
no test coverage detected