Skip to content

argcomplete 3.6.3

Version history | Download JSON

  • PyPI https://pypi.org/project/argcomplete/
    Repository https://github.com/kislyuk/argcomplete

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 25
        "Any" : 0
        "Untyped" : 108
    • 18.8% coverage
    • 18.8% coverage (strict)
    • 133 typable
      • 25 typed
      • 108 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 37
        "classes" : 83
        "other" : 3
    • 22 functions (+0 overloads)
      • 15 parameters
    • 8 classes
      • 27 methods (+0 overloads)
        • 56 parameters
      • 0 properties
    • 10 modules
      • 3 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
argcomplete 0.0% 0.0% 1 0
argcomplete.completers 20.8% 20.8% 24 0
argcomplete.exceptions 0.0% 0.0% 0 0
argcomplete.finders 27.4% 27.4% 73 0
argcomplete.io 0.0% 0.0% 6 0
argcomplete.lexers 0.0% 0.0% 3 0
argcomplete.scripts.activate_global_python_argcomplete 0.0% 0.0% 18 0
argcomplete.scripts.python_argcomplete_check_easy_install_script 0.0% 0.0% 1 0
argcomplete.scripts.register_python_argcomplete 0.0% 0.0% 1 0
argcomplete.shell_integration 0.0% 0.0% 6 0

Incomplete Annotations

argcomplete (1 missing, 0 any)

Symbol Typable Typed Any
attr autocomplete 1 0 0

argcomplete.completers (19 missing, 0 any)

Symbol Typable Typed Any
attr EnvironCompleter 1 0 0
meth DirectoriesCompleter.init 1 0 0
meth ChoicesCompleter.init 2 0 0
meth ChoicesCompleter._convert 2 0 0
meth ChoicesCompleter.call 2 0 0
attr ChoicesCompleter.choices 1 0 0
meth SuppressCompleter.init 1 0 0
meth SuppressCompleter.suppress 1 0 0
meth FilesCompleter.init 3 0 0
meth FilesCompleter.call 3 0 0
attr FilesCompleter.allowednames 1 0 0
attr FilesCompleter.directories 1 0 0

argcomplete.finders (53 missing, 0 any)

Symbol Typable Typed Any
func default_validator 3 0 0
meth ExclusiveCompletionFinder._action_allowed 3 0 0
meth CompletionFinder.init 8 0 0
meth CompletionFinder._init_debug_stream 1 0 0
meth CompletionFinder._get_completions 5 0 0
meth CompletionFinder._patch_argument_parser 1 0 0
meth CompletionFinder._get_action_help 2 0 0
meth CompletionFinder._get_subparser_completions 3 0 0
meth CompletionFinder._include_options 3 0 0
meth CompletionFinder._get_option_completions 3 0 0
meth CompletionFinder._action_allowed 3 0 0
meth CompletionFinder._complete_active_option 6 0 0
meth CompletionFinder._get_next_positional 1 0 0
meth CompletionFinder.rl_complete 3 0 0
meth CompletionFinder.get_display_completions 1 0 0
attr CompletionFinder.always_complete_options 1 0 0
attr CompletionFinder.exclude 1 0 0
attr CompletionFinder.validator 1 0 0
attr CompletionFinder.print_suppressed 1 0 0
attr CompletionFinder.completing 1 0 0
attr CompletionFinder.default_completer 1 0 0
attr CompletionFinder.append_space 1 0 0

argcomplete.io (6 missing, 0 any)

Symbol Typable Typed Any
func warn 2 0 0
func mute_stdout 1 0 0
func debug 2 0 0
func mute_stderr 1 0 0

argcomplete.lexers (3 missing, 0 any)

Symbol Typable Typed Any
func split_line 3 0 0

argcomplete.scripts.activate_global_python_argcomplete (18 missing, 0 any)

Symbol Typable Typed Any
func add_zsh_system_dir_to_fpath_for_user 1 0 0
attr parser 1 0 0
func append_to_config_file 3 0 0
func get_consent 1 0 0
func link_bash_user_rcfile 1 0 0
func link_user_rcfiles 1 0 0
func get_zsh_system_dir 1 0 0
func main 1 0 0
func install_to_destination 2 0 0
func get_activator_dir 1 0 0
func link_zsh_user_rcfile 2 0 0
func get_bash_system_dir 1 0 0
func get_local_dir 1 0 0
func get_activator_path 1 0 0

argcomplete.scripts.python_argcomplete_check_easy_install_script (1 missing, 0 any)

Symbol Typable Typed Any
func main 1 0 0

argcomplete.scripts.register_python_argcomplete (1 missing, 0 any)

Symbol Typable Typed Any
func main 1 0 0

argcomplete.shell_integration (6 missing, 0 any)

Symbol Typable Typed Any
func shellcode 6 0 0

Type-Ignore Comments

No type-ignore comments.