Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
random
4
from
collections
import
deque
Callers
nothing calls this directly
Calls
8
range
Function · 0.85
deque
Class · 0.50
random
Method · 0.45
new
Method · 0.45
append
Method · 0.45
popleft
Method · 0.45
putpixel
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected