1
0
forked from VimPlug/jedi

Add a proper CHANGELOG for the current version

This commit is contained in:
Dave Halter
2020-03-14 17:21:16 +01:00
parent 52b0450953
commit 3cef022a15
2 changed files with 21 additions and 1 deletions

View File

@@ -580,6 +580,9 @@ class Script(object):
return [classes.Definition(self._inference_state, n) for n in names]
def get_syntax_errors(self):
"""
XXX
"""
return parso_to_jedi_errors(self._inference_state.grammar, self._module_node)
def _names(self, all_scopes=False, definitions=True, references=False):