1
0
forked from VimPlug/jedi

Refactoring: call_of_name -> call_of_leaf.

This commit is contained in:
Dave Halter
2016-06-21 18:42:20 +02:00
parent d0eb8137e2
commit 8e67facecc
6 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ def deep_ast_copy(obj, parent=None, new_elements=None):
return new_obj
def call_of_name(leaf, cut_own_trailer=False):
def call_of_leaf(leaf, cut_own_trailer=False):
"""
Creates a "call" node that consist of all ``trailer`` and ``power``
objects. E.g. if you call it with ``append``::