Closed tdesh10 closed 1 year ago
In the Path API documentation, the methodydk.path.DataNode.get() is listed. However, this method does not exist in the Path API. The method that returns a datanode's value is called get_value().
ydk.path.DataNode.get()
get_value()
Resolved in YDK-0.8.5.
Tested the docs for 0.8.6.5 and confirm that the issue has been fixed. Hence closing the issue.
In the Path API documentation, the method
ydk.path.DataNode.get()
is listed. However, this method does not exist in the Path API. The method that returns a datanode's value is calledget_value()
.