mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add some minimal doc for get_completer added for patch 676342
This commit is contained in:
parent
e9b851a5e9
commit
b7d1d3cf23
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ until it returns a non-string value. It should return the next
|
|||
possible completion starting with \var{text}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{get_completer}{}
|
||||
Get the completer function.
|
||||
\versionadded{2.3}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{get_begidx}{}
|
||||
Get the beginning index of the readline tab-completion scope.
|
||||
\end{funcdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue