mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-07 09:21:52 +08:00
Fix more issues with where contexts are used and where values are used
This commit is contained in:
@@ -185,3 +185,6 @@ class CompForContext(AbstractContext):
|
||||
class CompiledContext(AbstractContext):
|
||||
def get_filters(self, until_position=None, origin_scope=None):
|
||||
return self._value.get_filters()
|
||||
|
||||
def get_value(self):
|
||||
return self._value
|
||||
|
||||
Reference in New Issue
Block a user