bundles / IPython 9.12.0 / IPython / core / completer / _make_signature
function
IPython.core.completer:_make_signature
source: /IPython/core/completer.py :1830
Signature
def _make_signature ( completion ) → str Summary
Make the signature from a jedi completion
Parameters
completion: jedi.Completionobject does not complete a function type
Returns
: a string consisting of the function signature, with the parenthesis but: without the function name. example:: `(a, *args, b=1, **kwargs)`
Aliases
-
IPython.core.completer._make_signature