[ https://issues.apache.org/jira/browse/TINKERPOP-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804912#comment-17804912 ]
ASF GitHub Bot commented on TINKERPOP-3025: ------------------------------------------- vkagamlyk commented on code in PR #2432: URL: https://github.com/apache/tinkerpop/pull/2432#discussion_r1446714502 ########## gremlin-python/src/main/python/gremlin_python/process/graph_traversal.py: ########## @@ -2461,6 +2497,8 @@ def where(*args): statics.add_static('in_e', in_e) +statics.add_static('inV', inV) Review Comment: probably not related to this PR > l_trim() and r_trim() missing in python > --------------------------------------- > > Key: TINKERPOP-3025 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3025 > Project: TinkerPop > Issue Type: Bug > Components: python > Affects Versions: 3.7.1 > Reporter: Stephen Mallette > Priority: Critical > > The steps are present but only in the camel case form and not the proper > pythonic snake case form. Check for other missing snake case options. > Deprecate the old forms. -- This message was sent by Atlassian Jira (v8.20.10#820010)