forked from VimPlug/jedi
memoize_default should always take a first argument
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ DOCSTRING_RETURN_PATTERNS = [
|
||||
REST_ROLE_PATTERN = re.compile(r':[^`]+:`([^`]+)`')
|
||||
|
||||
|
||||
@cache.memoize_default()
|
||||
@cache.memoize_default(None)
|
||||
def follow_param(param):
|
||||
func = param.parent_function
|
||||
# print func, param, param.parent_function
|
||||
|
||||
Reference in New Issue
Block a user