Searched refs:item_container (Results 1 – 1 of 1) sorted by relevance
206 def container_validate(process_path, list_name, item_container): argument214 if i["name"] not in item_container :219 if temp_item.name not in item_container:222 if temp_item.verify(item_container.get(temp_item.name)):224 item_container.pop(temp_item.name)226 item_container.get(temp_item.name).record_related_item(temp_item)