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

Method setup

recipes/Python/578004_processing/recipe-578004.py:118–120  ·  view source on GitHub ↗

This method is called before render and update.

(self, background)

Source from the content-addressed store, hash-verified

116 ########################################################################
117
118 def setup(self, background):
119 "This method is called before render and update."
120 raise NotImplementedError()
121
122 def render(self, graphics):
123 "This method is called when screen should render."

Callers 3

__init__Method · 0.95
recipe-577910.pyFile · 0.45
recipe-580544.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected