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

File recipe-577316.py

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

Source from the content-addressed store, hash-verified

1# C fractal using recursion
2# FB - 201007187
3from PIL import Image, ImageDraw
4import math

Callers

nothing calls this directly

Calls 4

cFunction · 0.70
newMethod · 0.45
DrawMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected