CiscoDevNet / ydk-gen

Generate model-driven APIs from YANG models
http://ciscodevnet.github.io/ydk-gen/
Apache License 2.0
135 stars 74 forks source link

Missing access to SchemaNode children in Path API #1011

Open tdesh10 opened 4 years ago

tdesh10 commented 4 years ago

Currently, the Python Path API gives access to the root and parent of a ydk.path.SchemaNode. However, there is no method to get a schema node's children like there is for a data node (using the ydk.path.DataNode.get_children() method).