MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / blits

Method blits

scenario_runner/no_rendering_mode.py:165–167  ·  view source on GitHub ↗
(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 for surface in source_surfaces:
167 destination_surface.blit(surface[0], surface[1], rect, blend_mode)
168
169 @staticmethod
170 def length(v):

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected