1
0
forked from VimPlug/jedi

Improve docstrings for a lot of the return API classes

This commit is contained in:
Dave Halter
2020-03-15 23:02:30 +01:00
parent a9761079e6
commit 7c7864d500
3 changed files with 35 additions and 16 deletions

View File

@@ -9,6 +9,9 @@ def parso_to_jedi_errors(grammar, module_node):
class SyntaxError(object):
"""
Syntax errors are generated by :meth:`.Script.get_syntax_errors`.
"""
def __init__(self, parso_error):
self._parso_error = parso_error