MCPcopy Create free account
hub / github.com/ipython/traitlets / _argcomplete

Method _argcomplete

traitlets/config/loader.py:915–916  ·  view source on GitHub ↗

If argcomplete is enabled, allow triggering command-line autocompletion

(self, classes: list[t.Any], subcommands: SubcommandsDict | None)

Source from the content-addressed store, hash-verified

913 raise NotImplementedError("subclasses must implement _add_arguments")
914
915 def _argcomplete(self, classes: list[t.Any], subcommands: SubcommandsDict | None) -> None:
916 """If argcomplete is enabled, allow triggering command-line autocompletion"""
917
918 def _parse_args(self, args: t.Any) -> t.Any:
919 """self.parser->self.parsed_data"""

Callers 1

load_configMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected