mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-10 15:52:28 +08:00
Fix the last remaining issues with function signature
This commit is contained in:
@@ -666,6 +666,9 @@ class Wrapped(ContextWrapper, FunctionMixin):
|
||||
def name(self):
|
||||
return self._original_function.name
|
||||
|
||||
def get_signature_functions(self):
|
||||
return [self]
|
||||
|
||||
|
||||
class ReplacedNameSignature(SignatureWrapper):
|
||||
def __init__(self, signature, name):
|
||||
|
||||
Reference in New Issue
Block a user