Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __init__
Method
__init__
tests/config/test_application.py:788–790 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
786
787
class
Bar(Configurable):
788
def
__init__(self, *args, **kwargs):
789
super().__init__(*args, **kwargs)
790
self.foo = Foo(parent=self)
791
792
class
TestApp(Application):
793
name =
"test"
Callers
nothing calls this directly
Calls
1
Foo
Class · 0.70
Tested by
no test coverage detected