mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 08:51:26 +08:00
Properly negate with Interpreter, fixes #1636
This commit is contained in:
@@ -84,6 +84,9 @@ class MixedObject(ValueWrapper):
|
||||
return self.compiled_value.py__simple_getitem__(index)
|
||||
return self._wrapped_value.py__simple_getitem__(index)
|
||||
|
||||
def negate(self):
|
||||
return self.compiled_value.negate()
|
||||
|
||||
def _as_context(self):
|
||||
if self.parent_context is None:
|
||||
return MixedModuleContext(self)
|
||||
|
||||
Reference in New Issue
Block a user