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

Class App

tests/config/test_application.py:674–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672
673def test_cli_multi_scalar(caplog):
674 class App(Application):
675 aliases = {"opt": "App.opt"}
676 opt = Unicode(config=True)
677
678 app = App(log=logging.getLogger())
679 with pytest.raises(SystemExit):

Callers 2

test_cli_allow_noneMethod · 0.70
test_cli_multi_scalarFunction · 0.70

Calls 1

UnicodeClass · 0.90

Tested by 2

test_cli_allow_noneMethod · 0.56
test_cli_multi_scalarFunction · 0.56