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

Class CustomApp

tests/config/test_argcomplete.py:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 )
170
171 class CustomApp(ArgcompleteApp):
172 classes = [CustomCls]
173 aliases = {("v", "val"): "CustomCls.val"}
174
175 app = CustomApp()
176 assert self.run_completer(app, "app --val ") == ["foo", "bar"]

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…