{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / completer / _make_signature

function

IPython.core.completer:_make_signature

source: /IPython/core/completer.py :1834

Signature

def   _make_signature ( completion )  →  str

Summary

Make the signature from a jedi completion

Parameters

completion : jedi.Completion

object 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