You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 theydk.path.DataNode.get_children()
method).The text was updated successfully, but these errors were encountered: