Exemplo n.º 1
0
 def remove_state(self, state):
     return list_remove(self.states, state)
Exemplo n.º 2
0
 def remove_object(self, o):
     return list_remove(self.owns, o)