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

Method _add_arguments

traitlets/config/loader.py:912–913  ·  view source on GitHub ↗
(self, aliases: t.Any, flags: t.Any, classes: t.Any)

Source from the content-addressed store, hash-verified

910 self._add_arguments(self.aliases, self.flags, self.classes)
911
912 def _add_arguments(self, aliases: t.Any, flags: t.Any, classes: t.Any) -> None:
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"""

Callers 1

_create_parserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected