1
0
forked from VimPlug/jedi

memoize_default should always take a first argument

This commit is contained in:
Dave Halter
2013-12-24 18:06:15 +01:00
parent 56457a9c8c
commit 066056fb2b
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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