Searched refs:object_ids (Results 1 – 2 of 2) sorted by relevance
39 object_ids = set()44 object_ids.add(id(obj))47 new_object_ids = object_ids - _previous_obj_ids89 _previous_obj_ids = object_ids
424 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument425 for object_id in object_ids:429 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument430 for object_id in object_ids: