def unstash(self): base.setCellsActive(base.bottomCells, 0) DirectFrame.unstash(self)
def unstash(self): base.setCellsAvailable(base.bottomCells, 0) DirectFrame.unstash(self)
def unstash(self): """We need to remove the bottom cells.""" # Free up all of the nametag cells on the bottom edge # so instructions can be seen base.setCellsAvailable(base.bottomCells, 0) DirectFrame.unstash(self)