MCPcopy Index your code
hub / github.com/geekcomputers/Python / remove

Method remove

brickout-game/brickout-game.py:244–248  ·  view source on GitHub ↗

removes a brick from this BrickWall (group)

(self, brick)

Source from the content-addressed store, hash-verified

242 self._bricks.append(brick)
243
244 def remove(self, brick):
245 """
246 removes a brick from this BrickWall (group)
247 """
248 self._bricks.remove(brick)
249
250 def draw(self):
251 """

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected