Home
last modified time | relevance | path

Searched refs:item_container (Results 1 – 1 of 1) sorted by relevance

/build/ohos/packages/
Dprocess_field_validate.py206 def container_validate(process_path, list_name, item_container): argument
214 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)