forked from VimPlug/jedi
Fix parameter issues in functions that are defined on self.
This commit is contained in:
@@ -3,6 +3,7 @@ from jedi.common import unite
|
||||
|
||||
class Context(object):
|
||||
type = None # TODO remove
|
||||
api_type = ''
|
||||
|
||||
def __init__(self, evaluator, parent_context=None):
|
||||
self.evaluator = evaluator
|
||||
|
||||
Reference in New Issue
Block a user