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

Class Sub1

tests/config/test_application.py:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702
703
704class Sub1(Application):
705 subcommands: dict = { # type:ignore
706 "sub2": (Sub2, "Application class"),
707 "sub3": (lambda root: Sub3(parent=root, flag=True), "factory"),
708 }
709
710
711class DeprecatedApp(Application):

Callers

nothing calls this directly

Calls 1

Sub3Class · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…