mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-15 08:26:42 +08:00
Merge branch 'dev' of github.com:davidhalter/jedi into dev
This commit is contained in:
1
sith.py
1
sith.py
@@ -119,6 +119,7 @@ class TestCase(object):
|
||||
self.script = jedi.Script(f.read(), self.line, self.column, self.path)
|
||||
self.completions = getattr(self.script, self.operation)()
|
||||
if print_result:
|
||||
print("{path}: Line {line} column {column}".format(**self.__dict__))
|
||||
self.show_location(self.line, self.column)
|
||||
self.show_operation()
|
||||
except jedi.NotFoundError:
|
||||
|
||||
Reference in New Issue
Block a user