Skip to content
New issue

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

Get entity path methods should be consistent #953

Closed
111pontes opened this issue Sep 16, 2019 · 0 comments
Closed

Get entity path methods should be consistent #953

111pontes opened this issue Sep 16, 2019 · 0 comments
Assignees

Comments

@111pontes
Copy link
Collaborator

Currently, entity.get_absolute_path() is a private method, absolute_path() is being introduced as a utility function and entity.get_segment_path() is a public method. Instead, the existing entity.get_absolute_path()method should be made private and a newentity.get_absolute_path()method should provide the same functionality in theabsolute_path() utility function. The end result should be two similarly named methods (entity.get_absolute_path()andentity.get_segment_path()`). The utility function should be removed.

ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Sep 18, 2019
@ygorelik ygorelik self-assigned this Sep 18, 2019
ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants