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

Class TestApp

tests/config/test_application.py:792–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 self.foo = Foo(parent=self)
791
792 class TestApp(Application):
793 name = "test"
794
795 aliases = {"val": "Bar.Foo.val"}
796 classes = [Foo, Bar]
797
798 def initialize(self, *args, **kwargs):
799 super().initialize(*args, **kwargs)
800 self.bar = Bar(parent=self)
801
802 app = TestApp()
803 app.initialize(["--val=10"])

Callers 3

test_cli_priorityMethod · 0.70
test_deep_aliasFunction · 0.70

Calls

no outgoing calls

Tested by 3

test_cli_priorityMethod · 0.56
test_deep_aliasFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…