InventoryXmlParser.
keys_complete
Check if a node contains all required keys.
node_content (dict of str) – The content of a node as a dictionary.
dict
required_keys (dict of str) – The keys which are mandatory for the node.
The missing keys.
list of str
list