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

Method remove

brickout-game/brickout-game.py:175–180  ·  view source on GitHub ↗

removes this brick from the given group.

(self, group)

Source from the content-addressed store, hash-verified

173 self.__isInGroup = True
174
175 def remove(self, group):
176 """
177 removes this brick from the given group.
178 """
179 group.remove(self)
180 self.__isInGroup = False
181
182 def alive(self):
183 """

Callers 15

mainFunction · 0.45
Luhn_Algorithm.pyFile · 0.45
beginworkFunction · 0.45
List.pyFile · 0.45
mainFunction · 0.45
readAndDecryptFunction · 0.45
automail.pyFile · 0.45
puttylogs.pyFile · 0.45
logs.pyFile · 0.45
removeMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected