ydk-gen
ydk-gen copied to clipboard
ydk.path.DataNode.get_value() is listed as .get() in the documentation
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()
.
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.