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

ydk.path.DataNode.get_value() is listed as .get() in the documentation #1013

Closed tdesh10 closed 1 year ago

tdesh10 commented 4 years 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().

ygorelik commented 4 years ago

Resolved in YDK-0.8.5.

ygorelik commented 1 year ago

Tested the docs for 0.8.6.5 and confirm that the issue has been fixed. Hence closing the issue.