mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
Fix classmethod signature, fixes #498
This commit is contained in:
@@ -381,6 +381,9 @@ class ClassMethodGet(AttributeOverwrite, ContextWrapper):
|
||||
self._class = klass
|
||||
self._function = function
|
||||
|
||||
def get_signatures(self):
|
||||
return self._function.get_signatures()
|
||||
|
||||
def get_object(self):
|
||||
return self._wrapped_context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user