MCPcopy Create free account
hub / github.com/ActiveState/code / Pigment

Class Pigment

recipes/Python/205451_Povray_for_python/recipe-205451.py:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 Item.__init__(self,"texture",(),opts,**kwargs)
101
102class Pigment(Item):
103 def __init__(self,*opts,**kwargs):
104 Item.__init__(self,"pigment",(),opts,**kwargs)
105
106class Finish(Item):
107 def __init__(self,*opts,**kwargs):

Callers 3

recipe-205451.pyFile · 0.85
tutorial31Function · 0.85
spiralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected