mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-07 19:10:57 +08:00
caches have their own module now.
This commit is contained in:
@@ -5,7 +5,7 @@ import re
|
||||
import evaluate
|
||||
|
||||
|
||||
#@evaluate.memoize_default() # TODO add
|
||||
#@cache.memoize_default() # TODO add
|
||||
def follow_param(param):
|
||||
func = param.parent_function
|
||||
#print func, param, param.parent_function
|
||||
|
||||
Reference in New Issue
Block a user