mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00

* docs: completions: Improve RichCompletion and CompletionContext api docs * docs: completers: Update tutorial * completers: tools: Print non-default values in RichCompletion's __repr__ * completers: Add $XONSH_TRACE_COMPLETIONS variable * news: Add update-completers-tutorial
31 lines
786 B
ReStructuredText
31 lines
786 B
ReStructuredText
.. _xonsh_completion_context:
|
|
|
|
***********************************************
|
|
Completion Context Objects (found in ``xonsh.parsers.completion_context``)
|
|
***********************************************
|
|
|
|
.. py:module:: xonsh.parsers.completion_context
|
|
|
|
.. autoclass:: CompletionContext
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|
|
:exclude-members: count,index,with_ctx,__init__
|
|
|
|
.. autoclass:: CommandContext
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|
|
:exclude-members: count,index,__init__
|
|
|
|
.. autoclass:: CommandArg
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|
|
:exclude-members: count,index,__init__
|
|
|
|
.. autoclass:: PythonContext
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|
|
:exclude-members: count,index,__init__
|