1
0
forked from VimPlug/jedi

Remove dead code

This commit is contained in:
Dave Halter
2020-01-26 19:39:15 +01:00
parent 18f84d3af7
commit 045b8a35a2

View File

@@ -131,15 +131,6 @@ def _parse_argument_clinic(string):
class _AbstractArgumentsMixin(object):
def infer_all(self, funcdef=None):
"""
Inferes all arguments as a support for static analysis
(normally Jedi).
"""
for key, lazy_value in self.unpack():
types = lazy_value.infer()
try_iter_content(types)
def unpack(self, funcdef=None):
raise NotImplementedError