xonsh.completers.python¶
Completers for Python code
- xonsh.completers.python.complete_python(context: CompletionContext) Optional[Union[Set[Union[RichCompletion, str]], Tuple[Set[Union[RichCompletion, str]], int]]] [source]¶
Completes based on the contents of the current Python environment, the Python built-ins, and xonsh operators.