Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Finish
Class
Finish
recipes/Python/205451_Povray_for_python/recipe-205451.py:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
Item.__init__(self,
"pigment"
,(),opts,**kwargs)
105
106
class
Finish(Item):
107
def
__init__(self,*opts,**kwargs):
108
Item.__init__(self,
"finish"
,(),opts,**kwargs)
109
110
class
Normal(Item):
111
def
__init__(self,*opts,**kwargs):
Callers
1
spiral
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected