mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 19:06:50 +08:00
get_function_execution -> as_context
This commit is contained in:
@@ -134,8 +134,8 @@ class HelperValueMixin(object):
|
||||
return self == class2
|
||||
|
||||
@memoize_method
|
||||
def as_context(self):
|
||||
return self._as_context()
|
||||
def as_context(self, *args, **kwargs):
|
||||
return self._as_context(*args, **kwargs)
|
||||
|
||||
|
||||
class Value(HelperValueMixin, BaseValue):
|
||||
|
||||
Reference in New Issue
Block a user