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

Method argcompleter

traitlets/traitlets.py:3272–3274  ·  view source on GitHub ↗

Completion hints for argcomplete

(self, **kwargs: t.Any)

Source from the content-addressed store, hash-verified

3270 pass # fully opt out of instance_init
3271
3272 def argcompleter(self, **kwargs: t.Any) -> list[str]:
3273 """Completion hints for argcomplete"""
3274 return [str(v) for v in self.values or []]
3275
3276
3277class CaselessStrEnum(Enum[G]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected