1
0
forked from VimPlug/jedi

find_return_types -> infer_return_types.

This commit is contained in:
Dave Halter
2017-04-20 09:56:16 +02:00
parent ac8ed62a77
commit fbde21166b
3 changed files with 4 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ def follow_param(module_context, param):
@memoize_default()
def find_return_types(module_context, func):
def infer_return_types(module_context, func):
def search_return_in_docstr(code):
for p in DOCSTRING_RETURN_PATTERNS:
match = p.search(code)