mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
inheritance
This commit is contained in:
@@ -884,13 +884,6 @@ class Name(Simple):
|
||||
""" Returns the names in a full string format """
|
||||
return ".".join(self.names)
|
||||
|
||||
def in_iterable(self, iterable):
|
||||
for i in iterable:
|
||||
if i.names == self.names:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.get_code()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user