bundles / IPython 9.13.0 / IPython / core / completer / IPCompleter
MetaHasTraits
IPython.core.completer:IPCompleter
source: /IPython/core/completer.py :1943
Signature
def IPCompleter ( shell = None , namespace = None , global_namespace = None , config = None , ** kwargs ) Members
-
__init__ -
_arrange_and_extract -
_clean_glob -
_clean_glob_win32 -
_complete -
_CompletionContextType -
_completions -
_deduplicate -
_default_arguments -
_default_arguments_from_docstring -
_determine_completion_context -
_extract_code -
_get_keys -
_is_completing_in_cli_context -
_is_in_string_or_comment -
_jedi_matcher -
_jedi_matches -
_sort -
all_completions -
complete -
completions -
custom_completer_matcher -
dict_key_matcher -
dict_key_matches -
dispatch_custom_completer -
file_matcher -
fwd_unicode_match -
fwd_unicode_matcher -
latex_matches -
latex_name_matcher -
magic_color_matcher -
magic_config_matcher -
magic_config_matches -
magic_matcher -
python_func_kw_matcher -
python_func_kw_matches -
python_matcher -
python_matches -
unicode_name_matcher
Summary
Extension of the completer class with IPython-specific features
Aliases
-
IPython.core.completer.IPCompleter