Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __init__
Method
__init__
tests/test_traitlets.py:1852–1853 ·
view source on GitHub ↗
(self, default_value=None)
Source
from the content-addressed store, hash-verified
1850
1851
class
SubclassTrait(Trait):
# type:ignore
1852
def
__init__(self, default_value=None):
1853
super().__init__(default_value=default_value)
1854
1855
class
C(HasTraits):
1856
t = SubclassTrait()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected