mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 04:47:13 +08:00
Remove some dead code
This commit is contained in:
@@ -145,12 +145,6 @@ class ClassMixin(object):
|
||||
def py__name__(self):
|
||||
return self.name.string_name
|
||||
|
||||
def get_param_names(self):
|
||||
for value_ in self.py__getattribute__(u'__init__'):
|
||||
if value_.is_function():
|
||||
return list(value_.get_param_names())[1:]
|
||||
return []
|
||||
|
||||
@inference_state_method_generator_cache()
|
||||
def py__mro__(self):
|
||||
mro = [self]
|
||||
|
||||
Reference in New Issue
Block a user