We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, is it possible to get the path for a node? For example, for an action node?
So, when I load a module and iterate over the rpcs, is it possible to get the path via a lib. method?
Thx for your help
The text was updated successfully, but these errors were encountered:
_get_path() will do the trick: https://github.com/CESNET/libyang-python/blob/master/libyang/data.py#L1059
_get_path()
based on lyd_path(): https://netopeer.liberouter.org/doc/libyang/master/html/tree__data_8h.html#a5fa198e544f2784b2b1018bb26b1f8b4
lyd_path()
Sorry, something went wrong.
No branches or pull requests
Hey,
is it possible to get the path for a node? For example, for an action node?
So, when I load a module and iterate over the rpcs, is it possible to get the path via a lib. method?
Thx for your help
The text was updated successfully, but these errors were encountered: