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

File recipe-578002.py

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

Source from the content-addressed store, hash-verified

1# Dragon Fractal using Iteration method
2# FB - 20120106
3from collections import deque
4from PIL import Image

Callers

nothing calls this directly

Calls 7

rangeFunction · 0.85
dequeClass · 0.50
newMethod · 0.45
appendMethod · 0.45
popleftMethod · 0.45
putpixelMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected