Skip to content

Commit

Permalink
jediepcserver: replace deprecated defined_names -> names
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Aug 14, 2018
1 parent 17126bc commit 476fc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jediepcserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def get_names_recursively(definition, parent=None):


def defined_names(*args):
return list(map(get_names_recursively, jedi.api.defined_names(*args)))
return list(map(get_names_recursively, jedi.api.names(*args)))


def get_module_version(module):
Expand Down

0 comments on commit 476fc1f

Please sign in to comment.