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

Method render

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

This method is called when screen should render.

(self, graphics)

Source from the content-addressed store, hash-verified

120 raise NotImplementedError()
121
122 def render(self, graphics):
123 "This method is called when screen should render."
124 raise NotImplementedError()
125
126 def update(self, interval):
127 "This method is called when physics should update."

Callers 5

__init__Method · 0.95
recipe-578920.pyFile · 0.45
scoreFunction · 0.45
text_objectsFunction · 0.45
blitDirectionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected