ydk-gen icon indicating copy to clipboard operation
ydk-gen copied to clipboard

Missing access to YANG substatements in Python Path API

Open tdesh10 opened this issue 4 years ago • 0 comments

Currently, the Python Path API gives access to the keyword and argument of YANG statements (ydk.path.Statement) of a schema node. However, it gives no access to substatements. For example, there is no way to find out if a node is a configuration node or a mandatory node. In the case of list nodes, there is no way to find the keys.

tdesh10 avatar Jul 07 '20 23:07 tdesh10