From e6da8596c433f46bc337c7e8a14c7de1b0310e4c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 13 Aug 2020 14:19:05 -0400 Subject: Replaced choices_function / choices_method with choices_provider. Replaced completer_function / completer_method with completer. ArgparseCompleter now always passes cmd2.Cmd or CommandSet instance as the self argument to choices_provider and completer functions. Moved basic_complete from utils into cmd2.Cmd class. Moved CompletionError to exceptions.py --- docs/api/utils.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs/api/utils.rst') diff --git a/docs/api/utils.rst b/docs/api/utils.rst index d9166401..188f5b16 100644 --- a/docs/api/utils.rst +++ b/docs/api/utils.rst @@ -36,15 +36,6 @@ IO Handling :members: -Tab Completion --------------- - -.. autoclass:: cmd2.utils.CompletionError - :members: - -.. autofunction:: cmd2.utils.basic_complete - - Text Alignment -------------- -- cgit v1.2.1