xonsh.completers.python#

Completers for Python code

xonsh.completers.python.attr_complete(*args, **kwargs)[source]#
xonsh.completers.python.complete_python(context: CompletionContext) set[RichCompletion | str] | tuple[set[RichCompletion | str], int] | None[source]#

Completes based on the contents of the current Python environment, the Python built-ins, and xonsh operators.

xonsh.completers.python.python_signature_complete(*args, **kwargs)[source]#