Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
673
def
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_none
Method · 0.70
test_cli_multi_scalar
Function · 0.70
Calls
1
Unicode
Class · 0.90
Tested by
2
test_cli_allow_none
Method · 0.56
test_cli_multi_scalar
Function · 0.56