1
0
forked from VimPlug/jedi

Remove pr.Array.type identifiers.

This commit is contained in:
Dave Halter
2014-12-19 01:05:52 +01:00
parent 98eb4a71a1
commit 47615ae786
6 changed files with 21 additions and 33 deletions

View File

@@ -1244,15 +1244,6 @@ class Param(Base):
return '<%s: %s>' % (type(self).__name__, str(self.tfpdef) + default)
class Array(object):
# TODO remove this. Just here because we need these names.
NOARRAY = None # just brackets, like `1 * (3 + 2)`
TUPLE = 'tuple'
LIST = 'list'
DICT = 'dict'
SET = 'set'
class CompFor(Simple):
type = 'comp_for'
__slots__ = ()