1
0
forked from VimPlug/jedi

Remove fakes, RIP

This commit is contained in:
Dave Halter
2018-09-17 02:24:49 +02:00
parent 93d50e0f0c
commit eb9a852443
14 changed files with 7 additions and 575 deletions

View File

@@ -645,11 +645,6 @@ class _ArrayInstance(object):
Used for the usage of set() and list().
This is definitely a hack, but a good one :-)
It makes it possible to use set/list conversions.
In contrast to Array, ListComprehension and all other iterable types, this
is something that is only used inside `evaluate/compiled/fake/builtins.py`
and therefore doesn't need filters, `py__bool__` and so on, because
we don't use these operations in `builtins.py`.
"""
def __init__(self, instance, var_args):
self.instance = instance