Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __init__
Method
__init__
tests/test_traitlets.py:1135–1137 ·
view source on GitHub ↗
(self, c, d)
Source
from the content-addressed store, hash-verified
1133
1134
class
Bah:
1135
def
__init__(self, c, d):
1136
self.c = c
1137
self.d = d
1138
1139
class
A(HasTraits):
1140
inst = Instance(Foo, (10,))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected