MCPcopy Create free account
hub / github.com/BrokenSource/DepthFlow / handle

Method handle

depthflow/scene.py:115–119  ·  view source on GitHub ↗
(self, message: ShaderMessage)

Source from the content-addressed store, hash-verified

113 ...
114
115 def handle(self, message: ShaderMessage) -> None:
116 ShaderScene.handle(self, message)
117
118 if isinstance(message, ShaderMessage.Window.FileDrop):
119 self.input(image=message.first, depth=message.second)
120
121 def pipeline(self) -> Iterable[ShaderVariable]:
122 yield from ShaderScene.pipeline(self)

Callers

nothing calls this directly

Calls 1

inputMethod · 0.95

Tested by

no test coverage detected