Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrokenSource/DepthFlow
/ setup
Method
setup
depthflow/scene.py:107–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
105
self.runtime = 5.0
106
107
def
setup(self) -> None:
108
if
self.image.is_empty():
109
self.input(None)
110
111
def
update(self) -> None:
112
# Animation code here!
Callers
nothing calls this directly
Calls
1
input
Method · 0.95
Tested by
no test coverage detected