MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / blits

Method blits

PythonAPI/examples/no_rendering_mode.py:165–168  ·  view source on GitHub ↗

Function that renders the all the source surfaces in a destination source

(destination_surface, source_surfaces, rect=None, blend_mode=0)

Source from the content-addressed store, hash-verified

163
164 @staticmethod
165 def blits(destination_surface, source_surfaces, rect=None, blend_mode=0):
166 """Function that renders the all the source surfaces in a destination source"""
167 for surface in source_surfaces:
168 destination_surface.blit(surface[0], surface[1], rect, blend_mode)
169
170 @staticmethod
171 def length(v):

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected