[
https://issues.apache.org/jira/browse/TINKERPOP-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925768#comment-17925768
]
ASF GitHub Bot commented on TINKERPOP-3024:
-------------------------------------------
codecov-commenter commented on PR #3030:
URL: https://github.com/apache/tinkerpop/pull/3030#issuecomment-2649456739
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/3030?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
All modified and coverable lines are covered by tests :white_check_mark:
> Project coverage is 76.35%. Comparing base
[(`9b46b67`)](https://app.codecov.io/gh/apache/tinkerpop/commit/9b46b6777d2fa250e41daacf2fa4554605aff53a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
to head
[(`31ea03d`)](https://app.codecov.io/gh/apache/tinkerpop/commit/31ea03d4722bd1a17be66f752c744addaef71294?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Report is 311 commits behind head on 3.7-dev.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.7-dev #3030 +/- ##
=============================================
+ Coverage 76.14% 76.35% +0.21%
- Complexity 13152 13229 +77
=============================================
Files 1084 1061 -23
Lines 65160 61567 -3593
Branches 7285 7342 +57
=============================================
- Hits 49616 47012 -2604
+ Misses 12839 12034 -805
+ Partials 2705 2521 -184
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/3030?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Deprecate has_key_() for has_key() in python
> --------------------------------------------
>
> Key: TINKERPOP-3024
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3024
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.6.6
> Reporter: Stephen Mallette
> Priority: Major
>
> {{has_key_()}} was added to python because it was reserved on {{Dictionary}}
> but that was removed in python 3. since TinkerPop doesn't support python 2
> anymore there is little need for this difference anymore. deprecate the
> underscore suffixed version and add the property {{has_key()}} version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)