ParentEntry#

class ParentEntry(schema: dict, path: Tuple[str, ...], active_validation: bool = True)[source]#

Bases: ParentNode

Parent entry of the CommandTable.

The parent can have both properties and child properties.

Parameters:
  • schema (dict) – JSON schema of the node.

  • path (Tuple[str, ...]) – Path representation of the node.

  • active_validation (bool) – Enable active validation.

Methods

as_dict()

Return a dictionary presentation of the table node.

clear()

Clear all properties from the object.

info([value])

Get info about the property.