forked from VimPlug/jedi
already a lot of tests pass - time to kick it up a notch
This commit is contained in:
@@ -93,6 +93,10 @@ class PyName(object):
|
||||
# -> just set it to None
|
||||
return PyObject(None, builtin)
|
||||
|
||||
@property
|
||||
def names(self):
|
||||
return [self._name] # compatibility with parser.representation.Name
|
||||
|
||||
def get_code(self):
|
||||
return self._name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user