1
0
forked from VimPlug/jedi

Some Python 2.7 fixes

This commit is contained in:
Dave Halter
2018-12-07 08:58:17 +01:00
parent b2824a3547
commit decb5046ea
8 changed files with 58 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ from jedi.evaluate.utils import safe_property
from jedi.evaluate.cache import evaluator_as_method_param_cache
class HelperContextMixin:
class HelperContextMixin(object):
@classmethod
@evaluator_as_method_param_cache()
def create_cached(cls, *args, **kwargs):