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

Class Texture

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

Source from the content-addressed store, hash-verified

96 return self.opts[i]
97
98class Texture(Item):
99 def __init__(self,*opts,**kwargs):
100 Item.__init__(self,"texture",(),opts,**kwargs)
101
102class Pigment(Item):
103 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