1
0
forked from VimPlug/jedi

already a lot of tests pass - time to kick it up a notch

This commit is contained in:
Dave Halter
2014-01-09 01:56:27 +01:00
parent e7e802408b
commit df6317f8b0

View File

@@ -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