Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
from
collections
import
deque
4
from
PIL
import
Image
Callers
nothing calls this directly
Calls
7
range
Function · 0.85
deque
Class · 0.50
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