Beispiel #1
0
 def remove_state(self, state):
     return list_remove(self.states, state)
Beispiel #2
0
 def remove_object(self, o):
     return list_remove(self.owns, o)