mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove an unused cache method
This commit is contained in:
@@ -32,11 +32,6 @@ class HelperValueMixin(object):
|
||||
return value
|
||||
value = value.parent_context
|
||||
|
||||
@classmethod
|
||||
@inference_state_as_method_param_cache()
|
||||
def create_cached(cls, *args, **kwargs):
|
||||
return cls(*args, **kwargs)
|
||||
|
||||
def execute(self, arguments):
|
||||
return self.inference_state.execute(self, arguments=arguments)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user