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

Function _indent_completions

examples/argcomplete_app.py:80–82  ·  view source on GitHub ↗

Example of a custom completer, which could be dynamic

(**kwargs)

Source from the content-addressed store, hash-verified

78
79
80def _indent_completions(**kwargs):
81 """Example of a custom completer, which could be dynamic"""
82 return ["2", "4", "8"]
83
84
85class JsonPrinter(Configurable):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…