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

Class Camera

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

Source from the content-addressed store, hash-verified

112 Item.__init__(self,"normal",(),opts,**kwargs)
113
114class Camera(Item):
115 def __init__(self,*opts,**kwargs):
116 Item.__init__(self,"camera",(),opts,**kwargs)
117
118class LightSource(Item):
119 def __init__(self,v,*opts,**kwargs):

Callers 2

tutorial31Function · 0.85
spiralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected