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

Class MainApp

tests/config/test_argcomplete.py:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class MainApp(ArgcompleteApp):
57 subcommands = {
58 "subapp1": (SubApp1, "First subapp"),
59 "subapp2": (SubApp2.get_subapp_instance, "Second subapp"),
60 }
61
62
63class CustomError(Exception):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…