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

Path api refactor #494

Merged
merged 13 commits into from
Jul 19, 2017
Merged

Path api refactor #494

merged 13 commits into from
Jul 19, 2017

Conversation

ylil93
Copy link
Contributor

@ylil93 ylil93 commented Jul 19, 2017

  • parent() --> get_parent()
  • children() --> get_children()
  • root() --> get_root()
  • path() --> get_path()
  • statement() --> get_statement()
  • keys() --> get_keys()
  • create() --> create_datanode()
  • rpc() --> create_rpc()
  • schema() --> get_schema_node()
  • set() --> set_value()
  • get() --> get_value()
  • input() --> get_input_node()

@codecov-io
Copy link

codecov-io commented Jul 19, 2017

Codecov Report

Merging #494 into new_python will not change coverage.
The diff coverage is 96%.

Impacted file tree graph

@@             Coverage Diff             @@
##           new_python     #494   +/-   ##
===========================================
  Coverage       67.44%   67.44%           
===========================================
  Files              98       98           
  Lines           15208    15208           
  Branches         2439     2439           
===========================================
  Hits            10257    10257           
  Misses           4281     4281           
  Partials          670      670
Impacted Files Coverage Δ
sdk/python/core/tests/test_sanity_path.py 97.5% <100%> (ø) ⬆️
sdk/python/core/tests/test_restconf_provider.py 98.07% <100%> (ø) ⬆️
sdk/python/core/ydk/services/codec_service.py 91.15% <50%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8960fb0...74a427a. Read the comment docs.

@ylil93 ylil93 merged commit aa5ac35 into CiscoDevNet:new_python Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants