Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ TestApp
Class
TestApp
tests/config/test_application.py:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
name =
"config.py"
244
245
class
TestApp(Application):
246
value = Unicode().tag(config=True)
247
config_file_loaded = Bool().tag(config=True)
248
aliases = {
"v"
:
"TestApp.value"
}
249
250
app = TestApp()
251
with
TemporaryDirectory()
as
td:
Callers
nothing calls this directly
Calls
3
Unicode
Class · 0.90
Bool
Class · 0.90
tag
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…