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

File recipe-578003.py

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

Source from the content-addressed store, hash-verified

1# IFS fractals using iteration method
2# FB - 20120107
3import random
4from collections import deque

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected