Loading cloudcontrol/common/tql/db/db.py +7 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,13 @@ class TqlResponse(object): if obj not in self._objects: self._objects[obj.id] = obj def remove(self, obj): """ Remove an object in the response. :param obj: the object to remove from the response """ del self._objects[obj.id] # # Database: # Loading Loading
cloudcontrol/common/tql/db/db.py +7 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,13 @@ class TqlResponse(object): if obj not in self._objects: self._objects[obj.id] = obj def remove(self, obj): """ Remove an object in the response. :param obj: the object to remove from the response """ del self._objects[obj.id] # # Database: # Loading