1
0
forked from VimPlug/jedi

Get all tests working except usage tests

This commit is contained in:
Dave Halter
2019-08-21 00:47:44 +02:00
parent 85f8f2a764
commit 8a2b7f18cd
5 changed files with 11 additions and 7 deletions

View File

@@ -192,3 +192,6 @@ class CompiledContext(AbstractContext):
def get_value(self):
return self._value
def py__file__(self):
return self._value.py__file__()